예제 #1
0
 public function __construct($id, $config = [])
 {
     $this->id = $id;
     parent::__construct($config);
 }
예제 #2
0
 public function __construct($config = [])
 {
     Dee::$app = $this;
     $this->preInit($config);
     parent::__construct($config);
 }