Property | Type | Description | |
---|---|---|---|
$configurations | array | Cache of FOF components' configuration variables |
Property | Type | Description | |
---|---|---|---|
$container | The component's container |
Method | Description | |
---|---|---|
__construct ( |
||
get ( string $variable, mixed $default = null ) : mixed | Returns the value of a variable. Variables use a dot notation, e.g. |
Method | Description | |
---|---|---|
getDomains ( ) : array | Gets a list of the available configuration domain adapters | |
parseComponent ( ) : void | Parses the configuration of the specified component | |
parseComponentArea ( string $area, boolean $userConfig = false ) : array | Parses the configuration options of a specific component area |
protected getDomains ( ) : array | ||
return | array | A list of the available domains |
protected parseComponent ( ) : void | ||
return | void |
public static array $configurations | ||
return | array |