Liste de tous les membres
Fonctions membres publiques |
| getTable ($type= 'Featured', $prefix= 'ContentTable', $config=array()) |
Fonctions membres publiques inherited from ContentModelArticle |
| getItem ($pk=null) |
| getForm ($data=array(), $loadData=true) |
| save ($data) |
| featured ($pks, $value=0) |
& | getItem ($pk=null) |
| hit ($pk=0) |
| storeVote ($pk=0, $rate=0) |
| __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 |
| getReorderConditions ($table) |
Fonctions membres protégées inherited from ContentModelArticle |
| batchCopy ($value, $pks, $contexts) |
| canDelete ($record) |
| canEditState ($record) |
| prepareTable (&$table) |
| loadFormData () |
| cleanCache ($group=null, $client_id=0) |
| populateState () |
| getStoreId ($id= '') |
| _getList ($query, $limitstart=0, $limit=0) |
| _getListCount ($query) |
| _createTable ($name, $prefix= 'Table', $config=array()) |
| batchAccess ($value, $pks, $contexts) |
| batchLanguage ($value, $pks, $contexts) |
| batchMove ($value, $pks, $contexts) |
| generateNewTitle ($category_id, $alias, $title) |
| loadForm ($name, $source=null, $options=array(), $clear=false, $xpath=false) |
| preprocessForm (JForm $form, $data, $group= 'content') |
Documentation des fonctions membres
ContentModelFeature::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 ContentModelArticle.
ContentModelFeature::getTable |
( |
|
$type = 'Featured' , |
|
|
|
$prefix = 'ContentTable' , |
|
|
|
$config = array() |
|
) |
| |
Returns 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 ContentModelArticle.
Références $config, $type, et JTable\getInstance().
La documentation de cette classe a été générée à partir du fichier suivant :