PEAR
[ class tree: PEAR ] [ index: PEAR ] [ all elements ]

Element index for package PEAR

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

$_debug
in file PEAR.php, variable PEAR::$_debug
    Whether to enable internal debug messages.
$_default_error_handler
in file PEAR.php, variable PEAR::$_default_error_handler
    Default error handler (callback) for this object, if error mode is PEAR_ERROR_CALLBACK.
$_default_error_mode
in file PEAR.php, variable PEAR::$_default_error_mode
    Default error mode for this object.
$_default_error_options
in file PEAR.php, variable PEAR::$_default_error_options
    Default error options used for this object when error mode is PEAR_ERROR_TRIGGER.
$_error_class
in file PEAR.php, variable PEAR::$_error_class
    Which class to use for error objects.
$_expected_errors
in file PEAR.php, variable PEAR::$_expected_errors
    An array of expected errors.
_checkDelExpect
in file PEAR.php, method PEAR::_checkDelExpect()
    This method checks unsets an error code if available
_PEAR
in file PEAR.php, method PEAR::_PEAR()
    Destructor (the emulated type of...). Does nothing right now, but is included for forward compatibility, so subclass destructors should always call it.
_PEAR_call_destructors
in file PEAR.php, function _PEAR_call_destructors()
top

a

addUserInfo
in file PEAR.php, method PEAR_Error::addUserInfo()
top

b

$backtrace
in file PEAR.php, variable PEAR_Error::$backtrace
top

c

$code
in file PEAR.php, variable PEAR_Error::$code
top

d

delExpect
in file PEAR.php, method PEAR::delExpect()
    This method deletes all occurences of the specified element from the expected error codes stack.
top

e

$error_message_prefix
in file QuickForm.php, variable HTML_QuickForm_Error::$error_message_prefix
    Prefix for all error messages
$error_message_prefix
in file PEAR.php, variable PEAR_Error::$error_message_prefix
expectError
in file PEAR.php, method PEAR::expectError()
    This method is used to tell which errors you expect to get.
top

g

getBacktrace
in file PEAR.php, method PEAR_Error::getBacktrace()
    Get the call backtrace from where the error was generated.
getCallback
in file PEAR.php, method PEAR_Error::getCallback()
    Get the callback function/method from an error object.
getCode
in file PEAR.php, method PEAR_Error::getCode()
    Get error code from an error object
getDebugInfo
in file PEAR.php, method PEAR_Error::getDebugInfo()
    Get additional debug information supplied by the application.
getMessage
in file PEAR.php, method PEAR_Error::getMessage()
    Get the error message from an error object.
getMode
in file PEAR.php, method PEAR_Error::getMode()
    Get the error mode from an error object.
getStaticProperty
in file PEAR.php, method PEAR::getStaticProperty()
    If you have a class that's mostly/entirely static, and you need static
getType
in file PEAR.php, method PEAR_Error::getType()
    Get the name of this error/exception.
getUserInfo
in file PEAR.php, method PEAR_Error::getUserInfo()
    Get additional user-supplied information.
top

h

HTML_QuickForm_Error
in file QuickForm.php, method HTML_QuickForm_Error::HTML_QuickForm_Error()
    Creates a quickform error object, extending the PEAR_Error class
HTML_QuickForm_Error
in file QuickForm.php, class HTML_QuickForm_Error
    Standard PEAR error class for PHP 4
top

i

isError
in file PEAR.php, method PEAR::isError()
    Tell whether a value is a PEAR error.
top

l

$level
in file PEAR.php, variable PEAR_Error::$level
loadExtension
in file PEAR.php, method PEAR::loadExtension()
    OS independant PHP extension load. Remember to take care on the correct extension name for case sensitive OSes.
top

m

$message
in file PEAR.php, variable PEAR_Error::$message
$mode
in file PEAR.php, variable PEAR_Error::$mode
top

o

OS_UNIX
in file PEAR.php, constant OS_UNIX
OS_WINDOWS
in file PEAR.php, constant OS_WINDOWS
top

p

PEAR.php
procedural page PEAR.php
PATH_SEPARATOR
in file PEAR.php, constant PATH_SEPARATOR
PEAR
in file PEAR.php, method PEAR::PEAR()
    Constructor. Registers this object in $_PEAR_destructor_object_list for destructor emulation if a destructor object exists.
PEAR
in file PEAR.php, class PEAR
    Base class for other PEAR classes. Provides rudimentary emulation of destructors.
PEAR_Error
in file PEAR.php, method PEAR_Error::PEAR_Error()
    PEAR_Error constructor
PEAR_Error
in file PEAR.php, class PEAR_Error
    Standard PEAR error class for PHP 4
PEAR_ERROR_CALLBACK
in file PEAR.php, constant PEAR_ERROR_CALLBACK
    ERROR constants
PEAR_ERROR_DIE
in file PEAR.php, constant PEAR_ERROR_DIE
    ERROR constants
PEAR_ERROR_EXCEPTION
in file PEAR.php, constant PEAR_ERROR_EXCEPTION
    WARNING: obsolete
PEAR_ERROR_PRINT
in file PEAR.php, constant PEAR_ERROR_PRINT
    ERROR constants
PEAR_ERROR_RETURN
in file PEAR.php, constant PEAR_ERROR_RETURN
    ERROR constants
PEAR_ERROR_TRIGGER
in file PEAR.php, constant PEAR_ERROR_TRIGGER
    ERROR constants
PEAR_OS
in file PEAR.php, constant PEAR_OS
PEAR_ZE2
in file PEAR.php, constant PEAR_ZE2
popErrorHandling
in file PEAR.php, method PEAR::popErrorHandling()
    Pop the last error handler used
popExpect
in file PEAR.php, method PEAR::popExpect()
    This method pops one element off the expected error codes stack.
pushErrorHandling
in file PEAR.php, method PEAR::pushErrorHandling()
    Push a new error handler on top of the error handler options stack. With this you can easily override the actual error handler for some code and restore it later with popErrorHandling.
top

r

raiseError
in file PEAR.php, method PEAR::raiseError()
    This method is a wrapper that returns an instance of the configured error class with this object's default error handling applied. If the $mode and $options parameters are not specified, the object's defaults are used.
registerShutdownFunc
in file PEAR.php, method PEAR::registerShutdownFunc()
    Use this function to register a shutdown method for static classes.
top

s

setErrorHandling
in file PEAR.php, method PEAR::setErrorHandling()
    Sets how errors generated by this object should be handled.
staticPopErrorHandling
in file PEAR.php, method PEAR::staticPopErrorHandling()
staticPushErrorHandling
in file PEAR.php, method PEAR::staticPushErrorHandling()
top

t

throwError
in file PEAR.php, method PEAR::throwError()
    Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.
toString
in file PEAR.php, method PEAR_Error::toString()
    Make a string representation of this object.
top

u

$userinfo
in file PEAR.php, variable PEAR_Error::$userinfo
top

Documentation generated on Thu, 12 Jun 2008 12:53:01 -0500 by phpDocumentor 1.4.1