Skip to content

Kirby 3.5.7.1

$languages->callMethod()

Calls a registered method class with the passed arguments

$languages->callMethod(string $method, array $args = [ ]): mixed

Parameters

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

Return type

mixed

Exceptions

Parent class

Kirby\Cms\Languages inherited from Kirby\Cms\Collection