Neos\Flow\I18n\Xliff\XliffModel::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $sourcePath, Locale $locale )
$sourcePath string
$locale Neos\Flow\I18n\Locale The locale represented by the file
    public function __construct($sourcePath, Locale $locale)
    {
        $this->sourcePath = $sourcePath;
        $this->locale = $locale;
    }