Parser which parse and store XML files with a dependency structure.
package |
Default |
---|
__construct(string|null $fileName = null)
Throws |
|
---|
string|null
Name of an XML file with dependency structure. If null then the default di.xml will be used
getObjects() : array
array
parse()
xml : \SimpleXMLElement
var |
An object which represents XML preparsed file |
---|
\SimpleXMLElement
objects : array
var |
An array of Object elements which represent parsed object nodes |
---|
array