$site->__call()
Modified getter to also return fields from the content
$site->__call(string $method, array $arguments = [ ]): mixed
Parameters
Name | Type | Default |
---|---|---|
$methodrequired | string |
no default value |
$arguments | array |
[ ]
|
Return type
mixed
This method modifies the existing $site
object it is applied to and returns it again.