Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de l'interface JController
+ Graphe d'héritage de JController:

Liste de tous les membres

Fonctions membres publiques

 execute ()
 getApplication ()
 getInput ()

Description détaillée

Définition à la ligne 19 du fichier controller.php.


Documentation des fonctions membres

JController::execute ( )

Execute the controller.

Renvoie:
boolean True if controller finished execution, false if the controller did not finish execution. A controller might return false if some precondition for the controller to run has not been satisfied.
Depuis:
12.1
Exceptions:
LogicException
RuntimeException
JController::getApplication ( )

Get the application object.

Renvoie:
JApplicationBase The application object.
Depuis:
12.1

Implémenté dans JControllerBase.

JController::getInput ( )

Get the input object.

Renvoie:
JInput The input object.
Depuis:
12.1

Implémenté dans JControllerBase.


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