Class FOFConfigDomainDispatcher

Description

Implements interfaces:

Configuration parser for the dispatcher-specific settings

  • since: 2.1

Located in /libraries/fof/config/domain/dispatcher.php (line 17)


	
			
Method Summary
 mixed get (string &$configuration, string $var, mixed $default)
 void parseDomain (SimpleXMLElement $xml, array &$ret)
Methods
get (line 63)

Return a configuration variable

  • return: The variable's value
  • access: public
mixed get (string &$configuration, string $var, mixed $default)
  • string &$configuration: Configuration variables (hashed array)
  • string $var: The variable we want to fetch
  • mixed $default: Default value

Implementation of:
FOFConfigDomainInterface::get()
Return a configuration variable
parseDomain (line 27)

Parse the XML data, adding them to the $ret array

  • access: public
void parseDomain (SimpleXMLElement $xml, array &$ret)
  • SimpleXMLElement $xml: The XML data of the component's configuration area
  • array &$ret: The parsed data, in the form of a hash array

Implementation of:
FOFConfigDomainInterface::parseDomain()
Parse the XML data, adding them to the $ret array

Documentation generated on Tue, 19 Nov 2013 15:01:31 +0100 by phpDocumentor 1.4.3