コード例 #1
0
ファイル: Bootstrap.php プロジェクト: mikejw/empathy
 /**
  * Gets value of error property from URI object
  * @return integer $error See error class constants in URI class
  */
 public function getURIError()
 {
     return isset($this->uri) ? $this->uri->getError() : null;
 }