Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe LanguagesControllerOverride
+ Graphe d'héritage de LanguagesControllerOverride:
+ Graphe de collaboration de LanguagesControllerOverride:

Liste de tous les membres

Fonctions membres publiques

 edit ($key=null, $urlVar=null)
 save ($key=null, $urlVar=null)
 cancel ($key=null, $test=null)
- Fonctions membres publiques inherited from JControllerForm
 __construct ($config=array())
 add ()
 batch ($model)
 cancel ($key=null)
 getModel ($name= '', $prefix= '', $config=array('ignore_request'=> true))
- Fonctions membres publiques inherited from JController
 addViewPath ($path)
 authorize ($task)
 authorise ($task)
 display ($cachable=false, $urlparams=false)
 execute ($task)
 getName ()
 getTask ()
 getTasks ()
 getView ($name= '', $type= '', $prefix= '', $config=array())
 redirect ()
 registerDefaultTask ($method)
 registerTask ($task, $method)
 unregisterTask ($task)
 setAccessControl ($section, $value=null)
 setMessage ($text, $type= 'message')
 setRedirect ($url, $msg=null, $type=null)
- Fonctions membres publiques inherited from JObject
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Additional Inherited Members

- Fonctions membres protégées inherited from JControllerForm
 allowAdd ($data=array())
 allowEdit ($data=array(), $key= 'id')
 allowSave ($data, $key= 'id')
 getRedirectToItemAppend ($recordId=null, $urlVar= 'id')
 getRedirectToListAppend ()
 postSaveHook (JModel &$model, $validData=array())
- Fonctions membres protégées inherited from JController
 addPath ($type, $path)
 checkEditId ($context, $id)
 createModel ($name, $prefix= '', $config=array())
 createView ($name, $prefix= '', $type= '', $config=array())
 holdEditId ($context, $id)
 releaseEditId ($context, $id)
 setPath ($type, $path)
- Attributs protégés inherited from JControllerForm
 $context
 $option
 $view_item
 $view_list
 $text_prefix
- Attributs protégés inherited from JController
 $_acoSection
 $_acoSectionValue
 $basePath
 $default_view
 $doTask
 $message
 $messageType
 $methods
 $name
 $model_prefix
 $paths
 $redirect
 $task
 $taskMap
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

LanguagesControllerOverride::cancel (   $key = null,
  $test = 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, JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), jexit(), et null.

+ Voici le graphe d'appel pour cette fonction :

LanguagesControllerOverride::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éimplémentée à partir de JControllerForm.

Références $app, JRoute\_(), JText\_(), JFactory\getApplication(), JRequest\getCmd(), JRequest\getVar(), et null.

+ Voici le graphe d'appel pour cette fonction :

LanguagesControllerOverride::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éimplémentée à partir de JControllerForm.

Références $app, $data, $i, $n, $task, JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), JRequest\getCmd(), JRequest\getVar(), jexit(), null, et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :


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