$files->__isset()
Checks if the current key is set
$files->__isset(mixed $key): bool
Parameters
Name | Type | Default | Description |
---|---|---|---|
$key |
mixed |
– | the key to check |
Return type
bool
Inherited from
Kirby\Toolkit\Iterator
Checks if the current key is set
$files->__isset(mixed $key): bool
Name | Type | Default | Description |
---|---|---|---|
$key |
mixed |
– | the key to check |
bool
Kirby\Toolkit\Iterator