Skip to content

Kirby 4.2.0

$page->__call()

Magic caller

$page->__call(string $method, array $arguments = [ ]): mixed|null

Parameters

Name Type Default
$method * string
$arguments array [ ]

Return type

mixed|null

Parent class

Kirby\Cms\Page