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 ConfigControllerHelper

Fonctions membres publiques

 parseController ($app)
 

Description détaillée

Helper class for controllers

Depuis
3.2

Documentation des fonctions membres

◆ parseController()

parseController (   $app)

Method to parse a controller from a url Defaults to the base controllers and passes an array of options. $options[0] is the location of the controller which defaults to the core libraries (referenced as 'j' and then the named folder within the component entry point file. $options[1] is the name of the controller file, $options[2] is the name of the folder found in the component controller folder for controllers not prefixed with Config. Additional options maybe added to parameterize the controller.

Paramètres
JApplicationBase$appAn application object
Renvoie
JController A JController object
Depuis
3.2

Références $app, $component, $controller, $location, $option, $task, $view, et elseif.


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