예제 #1
0
파일: Session.php 프로젝트: rockefys/server
 /**
  * @inheritdoc
  */
 public function id($id = null)
 {
     return HttpProtocol::getSessionID();
 }
예제 #2
0
파일: Http.php 프로젝트: rockefys/server
 /**
  * @inheritdoc
  */
 public function headerRemove($name = null)
 {
     HttpProtocol::headerRemove($name);
 }