Liste de tous les membres
Documentation des constructeurs et destructeur
JException::__construct |
( |
|
$msg, |
|
|
|
$code = 0 , |
|
|
|
$level = null , |
|
|
|
$info = null , |
|
|
|
$backtrace = false |
|
) |
| |
Constructor
- used to set up the error with all needed error details.
- Paramètres:
-
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 |
- Depuis:
- 11.1
- Obsolète:
- 12.1
Références $i, JLog\add(), JError\addToStack(), null, et JLog\WARNING.
Documentation des fonctions membres
JException::__toString |
( |
| ) |
|
Returns to error message
- Renvoie:
- string Error message
- Depuis:
- 11.1
- Obsolète:
- 12.1
Références $message.
JException::get |
( |
|
$property, |
|
|
|
$default = null |
|
) |
| |
Returns a property of the object or the default value if the property is not set.
- Paramètres:
-
string | $property | The name of the property |
mixed | $default | The default value |
- Renvoie:
- mixed The value of the property or null
- Obsolète:
- 12.1
- Voir également:
- getProperties()
- Depuis:
- 11.1
JException::getError |
( |
|
$i = null , |
|
|
|
$toString = true |
|
) |
| |
Get the most recent error message
- Paramètres:
-
integer | $i | Option error index |
boolean | $toString | Indicates if JError objects should return their error message |
- Renvoie:
- string Error message
- Depuis:
- 11.1
- Obsolète:
- 12.1
Références $i, JLog\add(), elseif, null, et JLog\WARNING.
JException::getErrors |
( |
| ) |
|
JException::getProperties |
( |
|
$public = true | ) |
|
Returns an associative array of object properties
- Paramètres:
-
boolean | $public | If true, returns only the public properties |
- Renvoie:
- array Object properties
- Obsolète:
- 12.1
- Voir également:
- get()
- Depuis:
- 11.1
Références $key.
JException::set |
( |
|
$property, |
|
|
|
$value = null |
|
) |
| |
Modifies a property of the object, creating it if it does not already exist.
- Paramètres:
-
string | $property | The name of the property |
mixed | $value | The value of the property to set |
- Renvoie:
- mixed Previous value of the property
- Obsolète:
- 12.1
- Voir également:
- setProperties()
- Depuis:
- 11.1
Références JLog\add(), null, et JLog\WARNING.
JException::setError |
( |
|
$error | ) |
|
JException::setProperties |
( |
|
$properties | ) |
|
Set the object properties based on a named array/hash
- Paramètres:
-
mixed | $properties | Either and associative array or another object |
- Renvoie:
- boolean
- Obsolète:
- 12.1
- Voir également:
- set()
- Depuis:
- 11.1
Références JLog\add(), et JLog\WARNING.
Returns to error message
- Renvoie:
- string Error message
- Depuis:
- 11.1
- Obsolète:
- 12.1
Documentation des données membres
JException::$args = array() |
|
protected |
JException::$backtrace = null |
|
protected |
JException::$class = null |
|
protected |
JException::$function = null |
|
protected |
JException::$level = null |
|
protected |
JException::$message = null |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :