You are here

function PEAR_Error::getUserInfo in Calendar Systems 5

Get additional user-supplied information.

@access public

Return value

string user-supplied information

1 call to PEAR_Error::getUserInfo()
PEAR_Error::getDebugInfo in calendar/lib/PEAR.php
Get additional debug information supplied by the application.

File

calendar/lib/PEAR.php, line 995

Class

PEAR_Error
Standard PEAR error class for PHP 4

Code

function getUserInfo() {
  return $this->userinfo;
}