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

package() public method

Set the package.
public package ( string $package ) : TranslationParameterToken
$package string Target package key. If not set, the current package key will be used
return TranslationParameterToken
    public function package($package)
    {
        $this->parameters['package'] = $package;
        return $this;
    }