コード例 #1
0
ファイル: GoGrid.php プロジェクト: navtis/xerxes-pazpar2
 /**
  * Get the last error type
  * 
  * @return integer
  */
 public function getHttpStatus()
 {
     return $this->_lastResponse->getStatus();
 }