1519. Class

1519.1. Zend\Config\Reader\Xml

XML config reader.

1519.1.1. Methods

1519.1.1.1. fromFile

fromFile()

fromFile(): defined by Reader interface.

Parameters:string
Return type:array
Throws :ExceptionRuntimeException

1519.1.1.2. fromString

fromString()

fromString(): defined by Reader interface.

Parameters:string
Return type:array|bool
Throws :ExceptionRuntimeException

1519.1.1.3. process

process()

Process data from the created XMLReader.

Return type:array

1519.1.1.4. processNextElement

processNextElement()

Process the next inner element.

Return type:mixed

1519.1.1.5. getAttributes

getAttributes()

Get all attributes on the current node.

Return type:array

Project Versions

Table Of Contents

Previous topic

1517. Function

Next topic

1520. Class

This Page