Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Aller au code source de ce fichier.
Classes | |
class | JRequest |
Espaces de nommage | |
namespace | Joomla\Legacy |
Variables | |
$GLOBALS ['_JREQUEST'] = array() | |
const | JREQUEST_NOTRIM = 1 |
const | JREQUEST_ALLOWRAW = 2 |
const | JREQUEST_ALLOWHTML = 4 |
$GLOBALS['_JREQUEST'] = array() |
Create the request global object
Définition à la ligne 15 du fichier request.php.
Référencé par JInput\__get(), JRequest\getVar(), JFolder\listFolderTree(), JInput\loadAllInputs(), JRequest\setVar(), et JApplicationDaemon\shutdown().
const JREQUEST_ALLOWHTML = 4 |
Définition à la ligne 22 du fichier request.php.
const JREQUEST_ALLOWRAW = 2 |
Définition à la ligne 21 du fichier request.php.
const JREQUEST_NOTRIM = 1 |
Set the available masks for cleaning variables
Définition à la ligne 20 du fichier request.php.