示例#1
0
 /**
  * Returns the stored error, if there is one.
  *
  * @return array|null
  */
 public function getError()
 {
     if (isset($this->_error)) {
         return $this->_error;
     } else {
         return parent::getError();
     }
 }