API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence du fichier patErrorManager.php

Classes

Espaces de nommage

Énumérations

Variables


Documentation du type de l'énumération

error definition: callback function does not exist.

error definition: illegal error handling mode.

error definition: illegal options.


Documentation des variables

$GLOBALS['_pat_errorHandling']
Valeur initiale :
        array(
                                                                                        E_NOTICE        => array( 'mode' => 'echo' ),
                                                                                        E_WARNING       => array( 'mode' => 'echo' ),
                                                                                        E_ERROR         => array( 'mode' => 'die' )
                                                                                )

global definitions needed to keep track of things when calling the patErrorManager static methods.

$GLOBALS['_pat_errorExpects'] = array()

expects errors Store error-codes that will be ignored once

$GLOBALS['_pat_errorIgnores'] = array()

ignore errors Store error-codes that will be ignored forever

$GLOBALS['_pat_errorClass'] = 'patError'

error class names Stored in a variable allows to change during runtime

$GLOBALS['_pat_errorLevels']
Valeur initiale :
        array(
                                                                                        E_NOTICE        => 'Notice',
                                                                                        E_WARNING       => 'Warning',
                                                                                        E_ERROR         => 'Error'
                                                                                )

available error levels Stored in a variable to keep them flexible