$userBlueprint->__call()
Magic getter/caller for any blueprint prop
$userBlueprint->__call(string $key, array|null $arguments = null): mixed
Parameters
| Name | Type | Default |
|---|---|---|
| $keyrequired | string |
no default value |
| $arguments | arrayornull |
null
|
Return type
mixed
This method modifies the existing $userblueprint object it is applied to and returns it again.
Parent class
Kirby\Cms\UserBlueprint
inherited from Kirby\Cms\Blueprint