_errorCode; $this->_errorCode = $code; return $old; } /** * Get the error code. * * @return int */ public function getErrorCode() { return $this->_errorCode; } }