You are here

function PEAR_Error::getCallback in Calendar Systems 5

Get the callback function/method from an error object.

@access public

Return value

mixed callback function or object/method array

File

calendar/lib/PEAR.php, line 938

Class

PEAR_Error
Standard PEAR error class for PHP 4

Code

function getCallback() {
  return $this->callback;
}