Neos\Flow\I18n\EelHelper\TranslationParameterToken::__toString PHP Méthode

__toString() public méthode

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