PHP 클래스 Symfony\Component\Translation\Loader\XliffFileLoader

저자: Fabien Potencier ([email protected])
상속: implements Symfony\Component\Translation\Loader\LoaderInterface
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
load ( $resource, $locale, $domain = 'messages' )

비공개 메소드들

메소드 설명
getXmlErrors ( ) : array Returns the XML errors of the internal XML parser
parseFile ( string $file ) : SimpleXMLElement Validates and parses the given file into a SimpleXMLElement

메소드 상세

load() 공개 메소드

public load ( $resource, $locale, $domain = 'messages' )