Frisbee\View\TwigView::__construct PHP Method

__construct() public method

public __construct ( $template, $vars = [] )
    public function __construct($template, $vars = [])
    {
        $this->templateName = $template;
        parent::__construct($vars);
    }