Frontend\Core\Engine\SeoFormNode::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( string $form, integer $lineno, string $tag )
$form string Name of the template var holding the form this field belongs to.
$lineno integer Line number in the template source file.
$tag string
    public function __construct($form, $lineno, $tag)
    {
        parent::__construct(array(), array(), $lineno, $tag);
        $this->form = $form;
    }