示例#1
0
 public function __construct($template)
 {
     $this->addon_id = 'surveys';
     parent::__construct();
     $this->_template = $template;
 }
示例#2
0
 /**
  * __construct
  * Only calls parent constructor
  */
 public function __construct()
 {
     parent::__construct();
 }