Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($msg, $code=0, $level=null, $info=null, $backtrace=false) | |
__toString () | |
toString () | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) |
Attributs protégés | |
$level = null | |
$code = null | |
$message = null | |
$info = '' | |
$file = null | |
$line = 0 | |
$function = null | |
$class = null | |
$type = null | |
$args = array() | |
$backtrace = null |
Définition à la ligne 20 du fichier exception.php.
JException::__construct | ( | $msg, | |
$code = 0 , |
|||
$level = null , |
|||
$info = null , |
|||
$backtrace = false |
|||
) |
Constructor
string | $msg | The error message |
string | $code | The error code from the application |
integer | $level | The error level (use the PHP constants E_ALL, E_NOTICE etc.). |
string | $info | Optional: The additional error information. |
boolean | $backtrace | True if backtrace information is to be collected |
Définition à la ligne 115 du fichier exception.php.
Références JLog\add(), JError\addToStack(), et JLog\WARNING.
JException::__toString | ( | ) |
Returns to error message
Définition à la ligne 180 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
JException::get | ( | $property, | |
$default = null |
|||
) |
Returns a property of the object or the default value if the property is not set.
string | $property | The name of the property |
mixed | $default | The default value |
Définition à la ligne 214 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
JException::getError | ( | $i = null , |
|
$toString = true |
|||
) |
Get the most recent error message
integer | $i | Option error index |
boolean | $toString | Indicates if JError objects should return their error message |
Définition à la ligne 266 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
JException::getErrors | ( | ) |
Return all errors, if any
Définition à la ligne 304 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
JException::getProperties | ( | $public = true | ) |
Returns an associative array of object properties
boolean | $public | If true, returns only the public properties |
Définition à la ligne 236 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
JException::set | ( | $property, | |
$value = null |
|||
) |
Modifies a property of the object, creating it if it does not already exist.
string | $property | The name of the property |
mixed | $value | The value of the property to set |
Définition à la ligne 323 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
JException::setError | ( | $error | ) |
Add an error message
string | $error | Error message |
Définition à la ligne 374 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
JException::setProperties | ( | $properties | ) |
Set the object properties based on a named array/hash
mixed | $properties | Either and associative array or another object |
Définition à la ligne 343 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
JException::toString | ( | ) |
Returns to error message
Définition à la ligne 195 du fichier exception.php.
Références JLog\add(), et JLog\WARNING.
|
protected |
Définition à la ligne 93 du fichier exception.php.
|
protected |
Définition à la ligne 99 du fichier exception.php.
|
protected |
Définition à la ligne 79 du fichier exception.php.
|
protected |
Définition à la ligne 32 du fichier exception.php.
|
protected |
Définition à la ligne 55 du fichier exception.php.
|
protected |
Définition à la ligne 71 du fichier exception.php.
|
protected |
Définition à la ligne 47 du fichier exception.php.
|
protected |
Définition à la ligne 26 du fichier exception.php.
|
protected |
Définition à la ligne 63 du fichier exception.php.
|
protected |
Définition à la ligne 38 du fichier exception.php.
|
protected |
Définition à la ligne 85 du fichier exception.php.