Neos\Flow\I18n\EelHelper\TranslationParameterToken::source PHP 메소드

source() 공개 메소드

Set the source.
public source ( string $source ) : TranslationParameterToken
$source string Name of file with translations
리턴 TranslationParameterToken
    public function source($source)
    {
        $this->parameters['source'] = $source;
        return $this;
    }