FOFConfigDomainViews::getConfig
Internal method to return the a configuration option for the view. These are equivalent to $config array options passed to the Controller
Signature
protected function getConfig(string
$view,
[&
$configuration = null,
[array
$params = null,
[mixed
$default = null]]] )
Parameters
-
$view
- The view for which we will be fetching a task map
-
$configuration
-
$params
- Extra options; key 0 defines the option variable we want to fetch
-
$default
- Default option; null if not defined
Returns
- string
- The setting for the requested option