Liste de tous les membres
Fonctions membres publiques |
| getFilter () |
| getForm ($data=array(), $loadData=true) |
| getTable ($type= 'Filter', $prefix= 'FinderTable', $config=array()) |
| __construct ($config=array()) |
| batch ($commands, $pks, $contexts) |
| checkin ($pks=array()) |
| checkout ($pk=null) |
| delete (&$pks) |
| getItem ($pk=null) |
| publish (&$pks, $value=1) |
| reorder ($pks, $delta=0) |
| save ($data) |
| 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 |
| cleanCache ($group= 'com_finder', $client_id=1) |
| loadFormData () |
| 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) |
| getReorderConditions ($table) |
| populateState () |
| prepareTable (&$table) |
| loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false) |
| preprocessForm (JForm $form, $data, $group= 'content') |
| _getList ($query, $limitstart=0, $limit=0) |
| _getListCount ($query) |
| _createTable ($name, $prefix= 'Table', $config=array()) |
Documentation des fonctions membres
FinderModelFilter::cleanCache |
( |
|
$group = 'com_finder' , |
|
|
|
$client_id = 1 |
|
) |
| |
|
protected |
Custom clean cache method.
- Paramètres:
-
string | $group | The component name. [optional] |
integer | $client_id | The client ID. [optional] |
- Renvoie:
- void
- Depuis:
- 2.5
Réimplémentée à partir de JModel.
FinderModelFilter::getFilter |
( |
| ) |
|
Method to get the filter data.
- Renvoie:
- mixed The filter data.
- Depuis:
- 2.5
Références $return, et elseif.
FinderModelFilter::getForm |
( |
|
$data = array() , |
|
|
|
$loadData = true |
|
) |
| |
Method to get the record form.
- Paramètres:
-
array | $data | Data for the form. [optional] |
boolean | $loadData | True if the form is to load its own data (default case), false if not. [optional] |
- Renvoie:
- mixed A JForm object on success, false on failure
- Depuis:
- 1.6
Réimplémentée à partir de JModelForm.
FinderModelFilter::getTable |
( |
|
$type = 'Filter' , |
|
|
|
$prefix = 'FinderTable' , |
|
|
|
$config = array() |
|
) |
| |
Returns a JTable object, always creating it.
- Paramètres:
-
string | $type | The table type to instantiate. [optional] |
string | $prefix | A prefix for the table class name. [optional] |
array | $config | Configuration array for model. [optional] |
- Renvoie:
- JTable A database object
- Depuis:
- 2.5
Réimplémentée à partir de JModel.
Références $config, $type, et JTable\getInstance().
FinderModelFilter::loadFormData |
( |
| ) |
|
|
protected |
Documentation des données membres
FinderModelFilter::$context = 'com_finder.filter' |
|
protected |
FinderModelFilter::$text_prefix = 'COM_FINDER' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :