Свойство | Тип | Описание | |
---|---|---|---|
$configurations | array | Cache of FOF components' configuration variables |
Свойство | Тип | Описание | |
---|---|---|---|
$container | The component's container |
Метод | Описание | |
---|---|---|
__construct ( |
||
get ( string $variable, mixed $default = null ) : mixed | Returns the value of a variable. Variables use a dot notation, e.g. |
Метод | Описание | |
---|---|---|
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 | ||
Результат | array | A list of the available domains |
protected parseComponent ( ) : void | ||
Результат | void |
public static array $configurations | ||
Результат | array |