$blocks->__isset()
Checks if the current key is set
$blocks->__isset(mixed $key): bool
Parameters
Name | Type | Default |
---|---|---|
$key * | mixed |
– |
Return type
bool
Parent class
Kirby\Cms\Blocks
inherited from Kirby\Toolkit\Iterator
Checks if the current key is set
$blocks->__isset(mixed $key): bool
Name | Type | Default |
---|---|---|
$key * | mixed |
– |
bool
Kirby\Cms\Blocks
inherited from Kirby\Toolkit\Iterator