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

__toString() public method

Runs translate to avoid the need of calling translate as a finishing method
public __toString ( )
    public function __toString()
    {
        return $this->translate();
    }