PHP 클래스 Neos\Flow\I18n\Xliff\XliffParser

As for now, this class supports only basic XLIFF specification. - it uses only first "file" tag - it does support groups only as defined in [2] in order to support plural forms - reads only "source" and "target" in "trans-unit" tags
또한 보기: http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html [1]
또한 보기: http://docs.oasis-open.org/xliff/v1.2/xliff-profile-po/xliff-profile-po-1.2-cd02.html#s.detailed_mapping.tu [2]
상속: extends Neos\Flow\I18n\AbstractXmlParser
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 메소드들

메소드 설명
doParsingFromRoot ( SimpleXMLElement $root ) : array Returns array representation of XLIFF data, starting from a root node.

메소드 상세

doParsingFromRoot() 보호된 메소드

Returns array representation of XLIFF data, starting from a root node.
protected doParsingFromRoot ( SimpleXMLElement $root ) : array
$root SimpleXMLElement A root node
리턴 array An array representing parsed XLIFF