PHP Класс FOF30\Configuration\Domain\Dispatcher

С версии: 2.1
Наследование: implements FOF30\Configuration\Domain\DomainInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
get ( &$configuration, string $var, mixed $default ) : mixed Return a configuration variable
parseDomain ( SimpleXMLElement $xml, array &$ret ) : void Parse the XML data, adding them to the $ret array

Описание методов

get() публичный Метод

Return a configuration variable
public get ( &$configuration, string $var, mixed $default ) : mixed
$var string The variable we want to fetch
$default mixed Default value
Результат mixed The variable's value

parseDomain() публичный Метод

Parse the XML data, adding them to the $ret array
public parseDomain ( SimpleXMLElement $xml, array &$ret ) : void
$xml SimpleXMLElement The XML data of the component's configuration area
$ret array
Результат void