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 LanguagesControllerOverride
+ Graphe d'héritage de LanguagesControllerOverride:

Fonctions membres publiques

 edit ($key=null, $urlVar=null)
 
 save ($key=null, $urlVar=null)
 
 cancel ($key=null)
 

Description détaillée

Languages Override Controller

Depuis
2.5

Documentation des fonctions membres

◆ cancel()

cancel (   $key = null)

Method to cancel an edit.

Paramètres
string$keyThe name of the primary key of the URL variable (not used here).
Renvoie
void
Depuis
2.5

Références $app, $context, null, et option.

◆ edit()

edit (   $key = null,
  $urlVar = null 
)

Method to edit an existing override.

Paramètres
string$keyThe name of the primary key of the URL variable (not used here).
string$urlVarThe name of the URL variable if different from the primary key (not used here).
Renvoie
void
Depuis
2.5

Références $app, $context, null, et option.

◆ save()

save (   $key = null,
  $urlVar = null 
)

Method to save an override.

Paramètres
string$keyThe name of the primary key of the URL variable (not used here).
string$urlVarThe name of the URL variable if different from the primary key (not used here).
Renvoie
void
Depuis
2.5

Références $app, $context, $data, $form, $i, $n, $task, JPATH_ADMINISTRATOR, null, option, et JLoader\register().


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