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é
Référence de la classe PlgSystemRedirect
+ Graphe d'héritage de PlgSystemRedirect:

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
 

Description détaillée

Plugin class for redirect handling.

Depuis
1.6

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( $subject,
  $config 
)

Constructor.

Paramètres
object&$subjectThe object to observe
array$configAn optional associative array of configuration settings.
Depuis
1.6

Références $config, $subject, et JError\setErrorHandling().

Documentation des fonctions membres

◆ doErrorHandling()

static doErrorHandling (   $error)
staticprivate

Internal processor for all error handlers

Paramètres
Exception | Throwable$errorThe Exception or Throwable object to be handled.
Renvoie
void
Depuis
3.5

Références $app, $data, $db, $params, $query, $uri, $url, elseif, et null.

◆ handleError()

static handleError ( JException  $error)
static

Method to handle an error condition from JError.

Paramètres
JException$errorThe JException object to be handled.
Renvoie
void
Depuis
1.6

◆ handleException()

static handleException (   $exception)
static

Method to handle an uncaught exception.

Paramètres
Exception | Throwable$exceptionThe Exception or Throwable object to be handled.
Renvoie
void
Depuis
3.5
Exceptions
InvalidArgumentException

Documentation des champs

◆ $autoloadLanguage

$autoloadLanguage = false
protected

◆ $previousExceptionHandler

$previousExceptionHandler
staticprivate

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