Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (&$subject, $config) | |
Fonctions membres publiques statiques | |
static | handleError (JException $error) |
static | handleException ($exception) |
Attributs protégés | |
$autoloadLanguage = false | |
Fonctions membres privées statiques | |
static | doErrorHandling ($error) |
Attributs privés statiques | |
static | $previousExceptionHandler |
Plugin class for redirect handling.
__construct | ( | & | $subject, |
$config | |||
) |
Constructor.
object | &$subject | The object to observe |
array | $config | An optional associative array of configuration settings. |
Références $config, $subject, et JError\setErrorHandling().
|
staticprivate |
|
static |
Method to handle an error condition from JError.
JException | $error | The JException object to be handled. |
|
static |
Method to handle an uncaught exception.
Exception | Throwable | $exception | The Exception or Throwable object to be handled. |
InvalidArgumentException |
|
protected |
|
staticprivate |