__construct() public method

public __construct ( $vars )
コード例 #1
0
ファイル: TwigView.php プロジェクト: enrise/frisbee
 public function __construct($template, $vars = [])
 {
     $this->templateName = $template;
     parent::__construct($vars);
 }