Page get unknown
Hookable method called when a request to a field was made that didn't match anything
Hooks that want to inject something here should hook after and modify the $event->return.
Usage
$mixed = $page->getUnknown(string $key);
Arguments
Name
Type(s)
Description
key
string
Name of property.
Return value
null
mixed
Returns null if property not known, or a value if it is.