$siteBlueprint->__call()
Magic getter/caller for any blueprint prop
$siteBlueprint->__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 $siteblueprint object it is applied to and returns it again.
Parent class
Kirby\Cms\SiteBlueprint
inherited from Kirby\Cms\Blueprint