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

Liste de tous les membres

Fonctions membres publiques

 getTable ($type= 'MenuType', $prefix= 'JTable', $config=array())
getItem ($itemId=null)
 getForm ($data=array(), $loadData=true)
 save ($data)
 delete ($itemIds)
getModules ()
- Fonctions membres publiques inherited from JModelForm
 checkin ($pk=null)
 checkout ($pk=null)
 validate ($form, $data, $group=null)
- Fonctions membres publiques inherited from JModel
 __construct ($config=array())
 getDbo ()
 getName ()
 getState ($property=null, $default=null)
 setDbo (&$db)
 setState ($property, $value=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 ()

Fonctions membres protégées

 canDelete ($record)
 canEditState ($record)
 populateState ()
 loadFormData ()
 cleanCache ($group=null, $client_id=0)
- Fonctions membres protégées inherited from JModelForm
 loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false)
 preprocessForm (JForm $form, $data, $group= 'content')
- Fonctions membres protégées inherited from JModel
 _getList ($query, $limitstart=0, $limit=0)
 _getListCount ($query)
 _createTable ($name, $prefix= 'Table', $config=array())

Attributs protégés

 $text_prefix = 'COM_MENUS_MENU'
 $_context = 'com_menus.menu'
- Attributs protégés inherited from JModelForm
 $_forms = array()
- Attributs protégés inherited from JModel
 $__state_set = null
 $_db
 $name
 $option = null
 $state
 $event_clean_cache = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

MenusModelMenu::canDelete (   $record)
protected

Method to test whether a record can be deleted.

Paramètres:
objectA record object.
Renvoie:
boolean True if allowed to delete the record. Defaults to the permission set in the component.
Depuis:
1.6

Références $user, et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

MenusModelMenu::canEditState (   $record)
protected

Method to test whether a record can be deleted.

Paramètres:
objectA record object.
Renvoie:
boolean True if allowed to change the state of the record. Defaults to the permission set in the component.
Depuis:
1.6

Références $user, et JFactory\getUser().

+ Voici le graphe d'appel pour cette fonction :

MenusModelMenu::cleanCache (   $group = null,
  $client_id = 0 
)
protected

Custom clean cache method

Depuis:
1.6

Réimplémentée à partir de JModel.

MenusModelMenu::delete (   $itemIds)

Method to delete groups.

Paramètres:
arrayAn array of item ids.
Renvoie:
boolean Returns true on success, false on failure.

Références $itemId, et JArrayHelper\toInteger().

+ Voici le graphe d'appel pour cette fonction :

MenusModelMenu::getForm (   $data = array(),
  $loadData = true 
)

Method to get the menu item form.

Paramètres:
array$dataData for the form.
boolean$loadDataTrue if the form is to load its own data (default case), false if not.
Renvoie:
JForm A JForm object on success, false on failure
Depuis:
1.6

Réimplémentée à partir de JModelForm.

& MenusModelMenu::getItem (   $itemId = null)

Method to get a menu item.

Paramètres:
integerThe id of the menu item to get.
Renvoie:
mixed Menu item data object on success, false on failure.

Références $itemId, $return, et JArrayHelper\toObject().

+ Voici le graphe d'appel pour cette fonction :

& MenusModelMenu::getModules ( )

Gets a list of all mod_mainmenu modules and collates them by menutype

Renvoie:
array

Références $db, $modules, $params, et $query.

MenusModelMenu::getTable (   $type = 'MenuType',
  $prefix = 'JTable',
  $config = array() 
)

Returns a Table object, always creating it

Paramètres:
typeThe table type to instantiate
stringA prefix for the table class name. Optional.
arrayConfiguration array for model. Optional.
Renvoie:
JTable A database object

Réimplémentée à partir de JModel.

Références $config, $type, et JTable\getInstance().

+ Voici le graphe d'appel pour cette fonction :

MenusModelMenu::loadFormData ( )
protected

Method to get the data that should be injected in the form.

Renvoie:
mixed The data for the form.
Depuis:
1.6

Réimplémentée à partir de JModelForm.

Références $data, et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :

MenusModelMenu::populateState ( )
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Depuis:
1.6

Réimplémentée à partir de JModel.

Références $app, $id, $params, JFactory\getApplication(), JRequest\getInt(), et JComponentHelper\getParams().

+ Voici le graphe d'appel pour cette fonction :

MenusModelMenu::save (   $data)

Method to save the form data.

Paramètres:
arrayThe form data.
Renvoie:
boolean True on success.

Références $data, et $id.


Documentation des données membres

MenusModelMenu::$_context = 'com_menus.menu'
protected
MenusModelMenu::$text_prefix = 'COM_MENUS_MENU'
protected

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