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 () |
| __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) |
| validate ($form, $data, $group=null) |
| getDbo () |
| getName () |
| getState ($property=null, $default=null) |
| setDbo (&$db) |
| setState ($property, $value=null) |
| __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) |
| 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) |
| loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false) |
| _getList ($query, $limitstart=0, $limit=0) |
| _getListCount ($query) |
| _createTable ($name, $prefix= 'Table', $config=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 | $data | Data for the form. |
boolean | $loadData | True 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().
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 | ) |
|
PluginsModelPlugin::getReorderConditions |
( |
|
$table | ) |
|
|
protected |
A protected method to get a set of ordering conditions.
- Paramètres:
-
- 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:
-
type | The table type to instantiate |
string | A prefix for the table class name. Optional. |
array | Configuration array for model. Optional. |
- Renvoie:
- JTable A database object
Réimplémentée à partir de JModel.
Références $config, $type, et JTable\getInstance().
PluginsModelPlugin::loadFormData |
( |
| ) |
|
|
protected |
PluginsModelPlugin::populateState |
( |
| ) |
|
|
protected |
PluginsModelPlugin::preprocessForm |
( |
JForm |
$form, |
|
|
|
$data, |
|
|
|
$group = 'content' |
|
) |
| |
|
protected |
- Paramètres:
-
object | A form object. |
mixed | The data expected for the form. |
- Renvoie:
- mixed True if successful.
- Exceptions:
-
Exception | if 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().
PluginsModelPlugin::save |
( |
|
$data | ) |
|
Documentation des données membres
PluginsModelPlugin::$_cache |
|
protected |
PluginsModelPlugin::$event_after_save = 'onExtensionAfterSave' |
|
protected |
PluginsModelPlugin::$event_before_save = 'onExtensionBeforeSave' |
|
protected |
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 :