Jarves\Twig\Node\Unsearchable::__construct PHP Method

__construct() public method

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);
    }