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

__construct() public method

public __construct ( $name, $id, $type, $optional, $options, $line, $tag = 'content' )
    public function __construct($name, $id, $type, $optional, $options, $line, $tag = 'content')
    {
        $this->name = $name;
        parent::__construct(array('id' => $id, 'type' => $type, 'options' => $options), array('optional' => filter_var($optional, FILTER_VALIDATE_BOOLEAN)), $line, $tag);
    }