Jarves\Twig\Node\Unsearchable::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Twig_NodeInterface $body, $lineno, $tag = 'unsearchable' )
$body Twig_NodeInterface
    public function __construct(\Twig_NodeInterface $body, $lineno, $tag = 'unsearchable')
    {
        parent::__construct(array('body' => $body), array(), $lineno, $tag);
    }