FluidTYPO3\Vhs\ViewHelpers\Page\Header\LinkViewHelper::initializeArguments PHP Method

initializeArguments() public method

Arguments initialization
public initializeArguments ( ) : void
return void
    public function initializeArguments()
    {
        $this->registerTagAttribute('rel', 'string', 'Property: rel');
        $this->registerTagAttribute('href', 'string', 'Property: href');
        $this->registerTagAttribute('type', 'string', 'Property: type');
        $this->registerTagAttribute('lang', 'string', 'Property: lang');
        $this->registerTagAttribute('dir', 'string', 'Property: dir');
    }