Joomla Platform Base Controller Class
- Depuis
- 3.0.0
- Obsolète:
- 4.0 Use the default MVC library
◆ __construct()
Instantiate the controller.
- Paramètres
-
JInput | $input | The input object. |
AbstractApplication | $app | The application object. |
- Depuis
- 3.0.0
Références $app, et $input.
◆ getApplication()
Get the application object.
- Renvoie
- AbstractApplication The application object.
- Depuis
- 3.0.0
Implémente JController.
Références $app.
◆ getInput()
◆ loadApplication()
Load the application object.
- Renvoie
- AbstractApplication The application object.
- Depuis
- 3.0.0
◆ loadInput()
Load the input object.
- Renvoie
- JInput The input object.
- Depuis
- 3.0.0
◆ serialize()
Serialize the controller.
- Renvoie
- string The serialized controller.
- Depuis
- 3.0.0
◆ unserialize()
Unserialize the controller.
- Paramètres
-
string | $input | The serialized controller. |
- Renvoie
- JController Supports chaining.
- Depuis
- 3.0.0
- Exceptions
-
UnexpectedValueException | if input is not the right class. |
Références $input.
◆ $app
◆ $input
La documentation de cette classe a été générée à partir du fichier suivant :