PHP 클래스 eZ\Publish\Core\MVC\Symfony\Translation\CatalogueMapperFileWriter

상속: extends JMS\TranslationBundle\Translation\FileWriter
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
__construct ( JMS\TranslationBundle\Translation\FileWriter $innerFileWriter, JMS\TranslationBundle\Translation\LoaderManager $loaderManager )
write ( JMS\TranslationBundle\Model\MessageCatalogue $catalogue, $domain, $filePath, $format )

비공개 메소드들

메소드 설명
getEnglishFilePath ( $filePath ) : mixed
hasEnglishCatalogue ( $foreignFilePath )
loadEnglishCatalogue ( $foreignFilePath, $domain, $format ) : JMS\TranslationBundle\Model\MessageCatalogue
makeXliffMessage ( JMS\TranslationBundle\Model\Message $message ) : JMS\TranslationBundle\Model\Message\XliffMessage

메소드 상세

__construct() 공개 메소드

public __construct ( JMS\TranslationBundle\Translation\FileWriter $innerFileWriter, JMS\TranslationBundle\Translation\LoaderManager $loaderManager )
$innerFileWriter JMS\TranslationBundle\Translation\FileWriter
$loaderManager JMS\TranslationBundle\Translation\LoaderManager

write() 공개 메소드

public write ( JMS\TranslationBundle\Model\MessageCatalogue $catalogue, $domain, $filePath, $format )
$catalogue JMS\TranslationBundle\Model\MessageCatalogue