$files->hasMethod()
Checks if the object has a registered method
$files->hasMethod(string $method): bool
Parameters
Name | Type | Default | Description |
---|---|---|---|
$method |
string |
– |
Return type
bool
Inherited from
Kirby\Cms\Collection
Checks if the object has a registered method
$files->hasMethod(string $method): bool
Name | Type | Default | Description |
---|---|---|---|
$method |
string |
– |
bool
Kirby\Cms\Collection