Skip to content

Kirby 4.2.0

$file->__call()

Magic caller for file methods and content fields. (in this order)

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

Parameters

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

Return type

mixed|null

Parent class

Kirby\Cms\File