◆ get()
get |
( |
|
$variable, |
|
|
|
$default = null |
|
) |
| |
Returns the value of a variable. Variables use a dot notation, e.g. view.config.whatever where the first part is the domain, the rest of the parts specify the path to the variable.
- Paramètres
-
string | $variable | The variable name |
mixed | $default | The default value, or null if not specified |
- Renvoie
- mixed The value of the variable
Références $class, $component, $default, et null.
Référencé par FOFDispatcher\__construct(), et FOFController\getTmpInstance().
◆ getDomains()
◆ parseComponent()
parseComponent |
( |
|
$component, |
|
|
|
$force = false |
|
) |
| |
Parses the configuration of the specified component
- Paramètres
-
string | $component | The name of the component, e.g. com_foobar |
boolean | $force | Force reload even if it's already parsed? |
- Renvoie
- void
Références $component, $config, elseif, et FOFPlatform\getInstance().
◆ parseComponentArea()
parseComponentArea |
( |
|
$component, |
|
|
|
$area |
|
) |
| |
|
protected |
Parses the configuration options of a specific component area
- Paramètres
-
string | $component | Which component's configuration to parse |
string | $area | Which area to parse (frontend, backend, cli) |
- Renvoie
- array A hash array with the configuration data
Références $class, $component, $data, $path, et FOFPlatform\getInstance().
◆ $configurations
$configurations = array() |
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :