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

value() 공개 메소드

Set the original translation value (the untranslated source string).
public value ( string $value ) : TranslationParameterToken
$value string
리턴 TranslationParameterToken
    public function value($value)
    {
        $this->parameters['value'] = $value;
        return $this;
    }