FluidTYPO3\Vhs\Traits\TagViewHelperTrait::registerArguments PHP Méthode

registerArguments() public méthode

Default implementation to register only the tag arguments along with universal attributes.
public registerArguments ( ) : void
Résultat void
    public function registerArguments()
    {
        $this->registerUniversalTagAttributes();
    }