Neos\Flow\I18n\EelHelper\TranslationHelper::createTranslationParameterToken PHP Méthode

createTranslationParameterToken() protected méthode

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