Neos\FluidAdaptor\ViewHelpers\Widget\LinkViewHelper::initializeArguments PHP Метод

initializeArguments() публичный Метод

Initialize arguments
public initializeArguments ( ) : void
Результат void
    public function initializeArguments()
    {
        $this->registerUniversalTagAttributes();
        $this->registerTagAttribute('name', 'string', 'Specifies the name of an anchor');
        $this->registerTagAttribute('rel', 'string', 'Specifies the relationship between the current document and the linked document');
        $this->registerTagAttribute('rev', 'string', 'Specifies the relationship between the linked document and the current document');
        $this->registerTagAttribute('target', 'string', 'Specifies where to open the linked document');
    }