Exemplo n.º 1
0
 public function __construct($id, $config = [])
 {
     $this->id = $id;
     parent::__construct($config);
 }
Exemplo n.º 2
0
 public function __construct($config = [])
 {
     Dee::$app = $this;
     $this->preInit($config);
     parent::__construct($config);
 }