Ejemplo n.º 1
0
 public function __construct($templates, $label)
 {
     parent::__construct($templates);
     $this->_label = $label;
 }
 public function __construct($templates, $hidden, $view)
 {
     $this->_View = $view;
     $this->_hidden = $hidden;
     parent::__construct($templates);
 }