Liste de tous les membres
Description détaillée
Définition à la ligne 19 du fichier base.php.
Documentation des constructeurs et destructeur
Instantiate the controller.
- Paramètres:
-
- Depuis:
- 12.1
Définition à la ligne 45 du fichier base.php.
{
$this->input = isset($input) ? $input : $this->
loadInput();
}
Documentation des fonctions membres
JControllerBase::getApplication |
( |
| ) |
|
JControllerBase::getInput |
( |
| ) |
|
Get the input object.
- Renvoie:
- JInput The input object.
- Depuis:
- 12.1
Implémente JController.
Définition à la ligne 71 du fichier base.php.
JControllerBase::loadApplication |
( |
| ) |
|
|
protected |
JControllerBase::loadInput |
( |
| ) |
|
|
protected |
Load the input object.
- Renvoie:
- JInput The input object.
- Depuis:
- 12.1
Définition à la ligne 133 du fichier base.php.
{
return $this->app->input;
}
JControllerBase::serialize |
( |
| ) |
|
Serialize the controller.
- Renvoie:
- string The serialized controller.
- Depuis:
- 12.1
Définition à la ligne 83 du fichier base.php.
JControllerBase::unserialize |
( |
|
$input | ) |
|
Unserialize the controller.
- Paramètres:
-
string | $input | The serialized controller. |
- Renvoie:
- JController Supports chaining.
- Depuis:
- 12.1
- Exceptions:
-
UnexpectedValueException | if input is not the right class. |
Définition à la ligne 98 du fichier base.php.
{
if (!($this->input instanceof
JInput))
{
throw new UnexpectedValueException(sprintf('%s::unserialize would not accept a `%s`.', get_class($this), gettype($this->input)));
}
return $this;
}
Documentation des données membres
La documentation de cette classe a été générée à partir du fichier suivant :
- jplatform-13.1/joomla/controller/base.php