Frisbee\View\AbstractView::__construct PHP Method

__construct() public method

public __construct ( $vars )
    public function __construct($vars)
    {
        $this->vars = $vars;
    }

Usage Example

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