상속: extends Frisbee\Exception\Flingable
예제 #1
0
파일: TwigView.php 프로젝트: enrise/frisbee
 public function __construct($template, $vars = [])
 {
     $this->templateName = $template;
     parent::__construct($vars);
 }