示例#1
0
 /**
  * Construct
  *
  * @var $default
  */
 public function __construct($default = false)
 {
     parent::__construct();
     if (is_array($default)) {
         $this->_vars = $default;
     }
 }
示例#2
0
 /**
  * construct
  */
 public function __construct()
 {
     parent::__construct();
     $this->last = $this;
 }
示例#3
0
 function __construct($fw)
 {
     $this->FW = $fw;
     parent::__construct();
 }
示例#4
0
 function __construct()
 {
     parent::__construct();
     $this->store = new NyaaStore();
 }