Neos\Neos\ViewHelpers\Link\ModuleViewHelper::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');
    }