Exemple #1
0
 /**
  * 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;
 }