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

__toString() 공개 메소드

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