PHP 클래스 FOF30\Configuration\Domain\Dispatcher

부터: 2.1
상속: implements FOF30\Configuration\Domain\DomainInterface
파일 보기 프로젝트 열기: akeeba/fof

공개 메소드들

메소드 설명
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