\FOFConfigProvider
Reads and parses the fof.xml file in the back-end of a FOF-powered component, provisioning the data to the rest of the FOF framework
Synopsis
class FOFConfigProvider
{
- // members
- public $configurations;
- // methods
- public void parseComponent()
- public mixed get()
- protected array parseComponentArea()
- protected array getDomains()
Members
public
- $configurations
—
array
Cache of FOF components' configuration variables
Methods
protected
- getDomains() — Gets a list of the available configuration domain adapters
- parseComponentArea() — Parses the configuration options of a specific component area
public
- get() — Returns the value of a variable. Variables use a dot notation, e.g.
- parseComponent() — Parses the configuration of the specified component