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