XML config reader.
Methods
fromFile(): defined by Reader interface.
fromFile(string $filename) : array
see |
\Zend\Config\Reader\ReaderInterface::fromFile() |
Parameters
$filename
string
Exceptions
Returns
array
fromString(): defined by Reader interface.
fromString(string $string) : array | bool
see |
\Zend\Config\Reader\ReaderInterface::fromString() |
Parameters
$string
string
Exceptions
Returns
array
bool
Get all attributes on the current node.
getAttributes() : array
Process data from the created XMLReader.
process() : array
Process the next inner element.
processNextElement() : mixed
Properties
Directory of the file to process.
$directory : string
Nodes to handle as plain text.
$textNodes : array