Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper::__construct PHP Метод

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

Constructor
public __construct ( )
    public function __construct()
    {
        $this->registerArgument('additionalAttributes', 'array', 'Additional tag attributes. They will be added directly to the resulting HTML tag.', false);
        $this->registerArgument('data', 'array', 'Additional data-* attributes. They will each be added with a "data-" prefix.', false);
        $this->tag = new TagBuilder($this->tagName);
    }