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

Référence de la classe PEAR_Error

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

PEAR_Error::__toString ( )

Références getMessage().

Voici le graphe d'appel pour cette fonction :

PEAR_Error::addUserInfo ( info)
PEAR_Error::getBacktrace ( frame = null)

Get the call backtrace from where the error was generated. Supported with PHP 4.3.0 or newer.

Paramètres:
int$frame(optional) what frame to fetch
Renvoie:
array Backtrace, or NULL if not available. public
PEAR_Error::getCallback ( )

Get the callback function/method from an error object.

Renvoie:
mixed callback function or object/method array public
PEAR_Error::getCode ( )

Get error code from an error object

Renvoie:
int error code public
PEAR_Error::getDebugInfo ( )

Get additional debug information supplied by the application.

Renvoie:
string debug information public

Références getUserInfo().

Voici le graphe d'appel pour cette fonction :

PEAR_Error::getMessage ( )

Get the error message from an error object.

Renvoie:
string full error message public

Référencé par __toString(), et PEAR_Error().

Voici le graphe d'appel pour cette fonction :

PEAR_Error::getMode ( )

Get the error mode from an error object.

Renvoie:
int error mode public
PEAR_Error::getType ( )

Get the name of this error/exception.

Renvoie:
string error/exception name (type) public
PEAR_Error::getUserInfo ( )

Get additional user-supplied information.

Renvoie:
string user-supplied information public

Référencé par getDebugInfo().

Voici le graphe d'appel pour cette fonction :

PEAR_Error::PEAR_Error ( message = 'unknown error',
code = null,
mode = null,
options = null,
userinfo = null 
)

PEAR_Error constructor

Paramètres:
string$messagemessage
int$code(optional) error code
int$mode(optional) error mode, one of: PEAR_ERROR_RETURN, PEAR_ERROR_PRINT, PEAR_ERROR_DIE, PEAR_ERROR_TRIGGER, PEAR_ERROR_CALLBACK or PEAR_ERROR_EXCEPTION
mixed$options(optional) error level, _OR_ in the case of PEAR_ERROR_CALLBACK, the callback function or object/method tuple.
string$userinfo(optional) additional user/debug info

public

Références $code, $message, $mode, $userinfo, getMessage(), PEAR::getStaticProperty(), et PEAR5::getStaticProperty().

Voici le graphe d'appel pour cette fonction :

PEAR_Error::toString ( )

Make a string representation of this object.

Renvoie:
string a string with an object summary public

Documentation des données membres

PEAR_Error::$backtrace = null
PEAR_Error::$code = -1

Référencé par PEAR_Error().

PEAR_Error::$error_message_prefix = ''
PEAR_Error::$level = E_USER_NOTICE
PEAR_Error::$message = ''

Référencé par PEAR_Error().

PEAR_Error::$mode = PEAR_ERROR_RETURN

Référencé par PEAR_Error().

PEAR_Error::$userinfo = ''

Référencé par PEAR_Error().


La documentation de cette classe a été générée à partir du fichier suivant :