예제 #1
0
파일: Application.php 프로젝트: jymsy/sky2
 /**
  * 在应用程序处理请求之后发起
  * @param Event $event 事件参数
  */
 public function onEndRequest($event)
 {
     if (!$this->_ended) {
         $this->_ended = true;
         \Sky\Sky::endXProfile('jym');
         $this->raiseEvent('onEndRequest', $event);
     }
 }