protected function onStart()
 {
     $this->wechatView = WechatView::init();
     $this->wechatRouter = WechatRouter::init();
 }
Beispiel #2
0
 /**
  * 释放当前类
  */
 public static function release()
 {
     self::$selfObject = null;
 }