$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