コード例 #1
0
ファイル: browser.php プロジェクト: ilune/simpletest
 /**
  *    Accessor for raw bytes sent down the wire.
  *    @return string      Original text sent.
  *    @access public
  */
 function getRequest()
 {
     return $this->page->getRequest();
 }