Loads XML mapping files.
- author Kévin Dunglas
Cloneable
Instantiable
Methods |
public
getMappedClasses
() :
array
Return the names of the classes mapped in this file.
|
public
loadClassMetadata
(
Symfony |
Properties |
Properties |
private
$classes
An array of {@class \SimpleXMLElement} instances.
|
Methods |
private getClassesFromXml () : array |
private parseContext ( SimpleXMLElement $nodes ) : array |
private
parseFile
(
string
$file
) :
SimpleXMLElement
Parses an XML File.
|