function PEAR_Error::getCallback in Flickr API 5
Get the callback function/method from an error object.
@access public
Return value
mixed callback function or object/method array
File
- phpFlickr/
PEAR/ PEAR.php, line 938
Class
- PEAR_Error
- Standard PEAR error class for PHP 4
Code
function getCallback() {
return $this->callback;
}