public function __construct($templates, $view)
 {
     $this->_View = $view;
     parent::__construct($templates);
 }
예제 #2
0
 public function __construct($templates, $label)
 {
     parent::__construct($templates);
     $this->_label = $label;
 }