$core->area()
Fetches the definition array of a particular area.
$core->area(string $name): array|null
Parameters
Name | Type | Default |
---|---|---|
$namerequired | string |
no default value |
Return types
array
ornull
This method modifies the existing $core
object it is applied to and returns it again.