You are here

function PEAR_Error::getMode in Calendar Systems 5

Get the error mode from an error object.

@access public

Return value

int error mode

File

calendar/lib/PEAR.php, line 925

Class

PEAR_Error
Standard PEAR error class for PHP 4

Code

function getMode() {
  return $this->mode;
}