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