Skip to content

Kirby 4.8.0

$plugin->__call()

Allows access to any composer.json field by method call

$plugin->__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\Plugin