Neos\Flow\I18n\AbstractXmlParser::doParsingFromRoot PHP 메소드

doParsingFromRoot() 추상적인 보호된 메소드

Returns array representation of XML data, starting from a root node.
abstract protected doParsingFromRoot ( SimpleXMLElement $root ) : array
$root SimpleXMLElement A root node
리턴 array An array representing parsed XML file (structure depends on concrete parser)
    protected abstract function doParsingFromRoot(\SimpleXMLElement $root);