示例#1
0
 /**
  *    Accessor for raw bytes sent down the wire.
  *    @return string      Original text sent.
  *    @access public
  */
 function getRequest()
 {
     return $this->page->getRequest();
 }