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

Liste de tous les membres

Fonctions membres publiques

 getForm ($data=array(), $loadData=true)
 getItem ($pk=null)
 getTable ($type= 'Extension', $prefix= 'JTable', $config=array())
 save ($data)
 getHelp ()
- Fonctions membres publiques inherited from JModelAdmin
 __construct ($config=array())
 batch ($commands, $pks, $contexts)
 checkin ($pks=array())
 checkout ($pk=null)
 delete (&$pks)
 publish (&$pks, $value=1)
 reorder ($pks, $delta=0)
 saveorder ($pks=null, $order=null)
- Fonctions membres publiques inherited from JModelForm
 validate ($form, $data, $group=null)
- Fonctions membres publiques inherited from JModel
 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

 loadFormData ()
 populateState ()
 preprocessForm (JForm $form, $data, $group= 'content')
 getReorderConditions ($table)
 cleanCache ($group=null, $client_id=0)
- Fonctions membres protégées inherited from JModelAdmin
 batchAccess ($value, $pks, $contexts)
 batchCopy ($value, $pks, $contexts)
 batchLanguage ($value, $pks, $contexts)
 batchMove ($value, $pks, $contexts)
 canDelete ($record)
 canEditState ($record)
 generateNewTitle ($category_id, $alias, $title)
 prepareTable (&$table)
- Fonctions membres protégées inherited from JModelForm
 loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false)
- 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

 $helpKey = 'JHELP_EXTENSIONS_PLUGIN_MANAGER_EDIT'
 $helpURL
 $_cache
 $event_after_save = 'onExtensionAfterSave'
 $event_before_save = 'onExtensionBeforeSave'
- Attributs protégés inherited from JModelAdmin
 $text_prefix = null
 $event_after_delete = null
 $event_before_delete = null
 $event_change_state = null
- 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

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

Custom clean cache method, plugins are cached in 2 places for different clients

Depuis:
1.6

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

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

Method to get the record 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.

Références $data, $folder, $item, et JArrayHelper\getValue().

+ Voici le graphe d'appel pour cette fonction :

PluginsModelPlugin::getHelp ( )

Get the necessary data to load an item help screen.

Renvoie:
object An object with key, url, and local properties for loading the item help screen.
Depuis:
1.6
PluginsModelPlugin::getItem (   $pk = null)

Method to get a single record.

Paramètres:
integerThe id of the primary key.
Renvoie:
mixed Object on success, false on failure.

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

Références $path, $return, JPath\clean(), JFactory\getXML(), JPATH_PLUGINS, JRegistry\loadString(), null, et JArrayHelper\toObject().

+ Voici le graphe d'appel pour cette fonction :

PluginsModelPlugin::getReorderConditions (   $table)
protected

A protected method to get a set of ordering conditions.

Paramètres:
objectA record object.
Renvoie:
array An array of conditions to add to add to ordering queries.
Depuis:
1.6

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

PluginsModelPlugin::getTable (   $type = 'Extension',
  $prefix = 'JTable',
  $config = array() 
)

Returns a reference to the 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 :

PluginsModelPlugin::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 :

PluginsModelPlugin::populateState ( )
protected

Auto-populate the model state.

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

Renvoie:
void
Depuis:
1.6

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

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

+ Voici le graphe d'appel pour cette fonction :

PluginsModelPlugin::preprocessForm ( JForm  $form,
  $data,
  $group = 'content' 
)
protected
Paramètres:
objectA form object.
mixedThe data expected for the form.
Renvoie:
mixed True if successful.
Exceptions:
Exceptionif there is an error in the form event.
Depuis:
1.6

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

Références $app, $client, $data, $db, $folder, $lang, $query, JRoute\_(), JText\_(), JPath\clean(), JFactory\getApplication(), JApplicationHelper\getClientInfo(), JFactory\getDbo(), JFactory\getLanguage(), jimport(), JPATH_ADMINISTRATOR, JPATH_PLUGINS, JForm\loadFile(), null, et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :

PluginsModelPlugin::save (   $data)

Override method to save the form data.

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

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

Références $data, et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

PluginsModelPlugin::$_cache
protected
PluginsModelPlugin::$event_after_save = 'onExtensionAfterSave'
protected

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

PluginsModelPlugin::$event_before_save = 'onExtensionBeforeSave'
protected

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

PluginsModelPlugin::$helpKey = 'JHELP_EXTENSIONS_PLUGIN_MANAGER_EDIT'
protected
PluginsModelPlugin::$helpURL
protected

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