Neos\Flow\I18n\EelHelper\TranslationParameterToken::value PHP Method

value() public method

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