Neos\Flow\I18n\EelHelper\TranslationHelper::createTranslationParameterToken PHP Method

createTranslationParameterToken() protected method

Create and return a TranslationParameterToken.
protected createTranslationParameterToken ( string $id = null, string $originalLabel = null ) : TranslationParameterToken
$id string
$originalLabel string
return TranslationParameterToken
    protected function createTranslationParameterToken($id = null, $originalLabel = null)
    {
        return new TranslationParameterToken($id, $originalLabel);
    }