Skip to content

Kirby 4.8.0

$field->__call()

Magic caller for field methods

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

Parameters

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

Return type

mixed|null

Parent class

Kirby\Content\Field