Skip to content

Kirby 4.2.0

$userblueprint->__call()

Magic getter/caller for any blueprint prop

$userblueprint->__call(string $key, ?array $arguments = null): mixed|null

Parameters

Name Type Default
$key * string
$arguments array|null null

Return type

mixed|null

Parent class

Kirby\Cms\UserBlueprint inherited from Kirby\Cms\Blueprint