Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (\Throwable $error, AbstractApplication $application) | |
getError () | |
setError (\Throwable $error) | |
Fonctions membres publiques hérités de ApplicationEvent | |
__construct (string $name, AbstractApplication $application) | |
getApplication () | |
Fonctions membres publiques hérités de Event | |
addArgument ($name, $value) | |
setArgument ($name, $value) | |
removeArgument ($name) | |
clearArguments () | |
stop () | |
offsetSet ($name, $value) | |
offsetUnset ($name) | |
Fonctions membres publiques hérités de AbstractEvent | |
__construct ($name, array $arguments=[]) | |
getName () | |
getArgument ($name, $default=null) | |
hasArgument ($name) | |
getArguments () | |
isStopped () | |
stopPropagation () | |
count () | |
serialize () | |
__serialize () | |
unserialize ($serialized) | |
__unserialize (array $data) | |
offsetExists ($name) | |
offsetGet ($name) | |
Attributs privés | |
$error | |
Membres hérités additionnels | |
Attributs protégés hérités de AbstractEvent | |
$name | |
$arguments | |
$stopped = false | |
Event class thrown when an application error occurs.
__construct | ( | \Throwable | $error, |
AbstractApplication | $application | ||
) |
Event constructor.
\Throwable | $error | The Throwable object with the error data. |
AbstractApplication | $application | The active application. |
Références ApplicationEvent\$application, ApplicationErrorEvent\$error, Symfony\Contracts\Service\__construct(), et ApplicationEvents\ERROR.
getError | ( | ) |
setError | ( | \Throwable | $error | ) |
Set the error object.
\Throwable | $error | The error object to set to the event. |
Références ApplicationErrorEvent\$error.
|
private |