fititnt - Especialista e Desenvolvedor Joomla! Visit fititnt.org, and look for some extension or more Joomla Framework info patError
[ class tree: patError ] [ index: patError ] [ all elements ]

Element index for package patError

Package indexes

[ a ] [ b ] [ c ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ p ] [ r ] [ s ] [ t ] [ _ ]

_

_

__construct
in file patError.php, method patError::__construct()
    constructor - used to set up the error with all needed error details.
a

a

$args
in file patError.php, variable patError::$args
    stores the arguments the method that the error occurred in had received.
addIgnore
in file patErrorManager.php, method patErrorManager::addIgnore()
    add error codes to be ingored
b

b

$backtrace
in file patError.php, variable patError::$backtrace
    stores the complete debug backtrace (if your PHP version has the debug_backtrace function)
c

c

$class
in file patError.php, variable patError::$class
    stores the name of the class (if any) the error occurred in.
$code
in file patError.php, variable patError::$code
    stores the code of the error
clearExpect
in file patErrorManager.php, method patErrorManager::clearExpect()
    empty list of errors to be ignored
clearIgnore
in file patErrorManager.php, method patErrorManager::clearIgnore()
    empty list of errors to be ignored
f

f

$file
in file patError.php, variable patError::$file
    stores the filename of the file the error occurred in.
$function
in file patError.php, variable patError::$function
    stores the name of the method the error occurred in
g

g

getBacktrace
in file patError.php, method patError::getBacktrace()
    get the backtrace
getCode
in file patError.php, method patError::getCode()
    recieve error code
getErrorHandling
in file patErrorManager.php, method patErrorManager::getErrorHandling()
    retrieves the current error handling settings for the specified error level.
getExpect
in file patErrorManager.php, method patErrorManager::getExpect()
    recieve all registerd error codes that will be ignored
getFile
in file patError.php, method patError::getFile()
    get the filename in which the error occured
getIgnore
in file patErrorManager.php, method patErrorManager::getIgnore()
    recieve all registerd error codes that will be ignored
getInfo
in file patError.php, method patError::getInfo()
    retrieves the additional error information (information usually only relevant for developers)
getLevel
in file patError.php, method patError::getLevel()
    returns the error level of the error - corresponds to the PHP error levels (E_ALL, E_NOTICE...)
getLine
in file patError.php, method patError::getLine()
    get the line number in which the error occured
getMessage
in file patError.php, method patError::getMessage()
    retrieves the error message
h

h

handleErrorCallback
in file patErrorManager.php, method patErrorManager::handleErrorCallback()
    handleError: callback forward error to custom handler
handleErrorDie
in file patErrorManager.php, method patErrorManager::handleErrorDie()
    handleError: die display error-message and die
handleErrorEcho
in file patErrorManager.php, method patErrorManager::handleErrorEcho()
    handleError: Echo display error message
handleErrorIgnore
in file patErrorManager.php, method patErrorManager::handleErrorIgnore()
    handleError: Ignore Does nothing
handleErrorTrigger
in file patErrorManager.php, method patErrorManager::handleErrorTrigger()
    handleError: trigger trigger php-error
handleErrorVerbose
in file patErrorManager.php, method patErrorManager::handleErrorVerbose()
    handleError: Verbose display verbose output for developing purpose
i

i

$info
in file patError.php, variable patError::$info
    additional info that is relevant for the developer of the script (e.g. if a database connect fails, the dsn used) and that the end-user should not see.
isError
in file patErrorManager.php, method patErrorManager::isError()
    method for checking whether the return value of a pat application method is a pat error object.
l

l

$level
in file patError.php, variable patError::$level
    stores the error level for this error
$line
in file patError.php, variable patError::$line
    stores the line number the error occurred in.
m

m

$message
in file patError.php, variable patError::$message
    stores the error message - this is the message that can also be shown the user if need be.
p

p

patError.php
procedural page patError.php
patErrorManager.php
procedural page patErrorManager.php
patError
in file patError.php, method patError::patError()
    constructor, wrapper for the upcoming PHP5 constructors for upward compatibility.
patError
in file patError.php, class patError
    patError error object used by the patFormsError manager as error messages container for precise error management.
patErrorManager
in file patErrorManager.php, class patErrorManager
    patErrorManager main error management class used by pat tools for the application-internal error management. Creates patError objects for any errors for precise error management.
PATERRORMANAGER_ERROR_CALLBACK_NOT_CALLABLE
in file patErrorManager.php, constant PATERRORMANAGER_ERROR_CALLBACK_NOT_CALLABLE
    error definition: callback function does not exist.
PATERRORMANAGER_ERROR_ILLEGAL_MODE
in file patErrorManager.php, constant PATERRORMANAGER_ERROR_ILLEGAL_MODE
    error definition: illegal error handling mode.
PATERRORMANAGER_ERROR_ILLEGAL_OPTIONS
in file patErrorManager.php, constant PATERRORMANAGER_ERROR_ILLEGAL_OPTIONS
    error definition: illegal options.
popExpect
in file patErrorManager.php, method patErrorManager::popExpect()
    remove top of error-codes from stack
pushExpect
in file patErrorManager.php, method patErrorManager::pushExpect()
    add expected errors to stack
r

r

raise
in file patErrorManager.php, method patErrorManager::raise()
    creates a new patError object given the specified information.
raiseError
in file patErrorManager.php, method patErrorManager::raiseError()
    wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_ERROR will be returned.
raiseNotice
in file patErrorManager.php, method patErrorManager::raiseNotice()
    wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_NOTICE will be returned.
raiseWarning
in file patErrorManager.php, method patErrorManager::raiseWarning()
    wrapper for the raise() method where you do not have to specify the error level - a patError object with error level E_WARNING will be returned.
registerErrorLevel
in file patErrorManager.php, method patErrorManager::registerErrorLevel()
    register a new error level
removeIgnore
in file patErrorManager.php, method patErrorManager::removeIgnore()
    removeIgnore
s

s

setErrorClass
in file patErrorManager.php, method patErrorManager::setErrorClass()
    setErrorClass
setErrorHandling
in file patErrorManager.php, method patErrorManager::setErrorHandling()
    sets the way the patErrorManager will handle teh different error levels. Use this if you want to override the default settings.
t

t

$type
in file patError.php, variable patError::$type
    stores the type of error, as it is listed in the error backtrace
translateErrorLevel
in file patErrorManager.php, method patErrorManager::translateErrorLevel()
    translate an error level

The site fititnt.org is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. If you are looking for official documentation, visit api.joomla.org and docs.joomla.org.
Documentation generated on Mon, 26 Oct 2009 21:58:14 -0200 by phpDocumentor 1.4.3