Skip to content

Kirby 5.1.1

$block->__call()

Proxy for content fields

$block->__call(string $method): mixed

Parameters

Name Type Default
$methodrequired string no default value

Return type

mixed

This method modifies the existing $block object it is applied to and returns it again.

Parent class

Kirby\Cms\Block