Liste de tous les membres
Fonctions membres publiques |
| __construct ($config=array()) |
| delete (&$pks) |
| getPluginState () |
| getTable ($type= 'Link', $prefix= 'FinderTable', $config=array()) |
| purge () |
| publish (&$pks, $value=1) |
| getItems () |
| getPagination () |
| getTotal () |
| getStart () |
| getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true) |
| 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 () |
Documentation des constructeurs et destructeur
FinderModelIndex::__construct |
( |
|
$config = array() | ) |
|
Constructor.
- Paramètres:
-
array | $config | An associative array of configuration settings. [optional] |
- Depuis:
- 2.5
- Voir également:
- JController
Réimplémentée à partir de JModelList.
Références $config.
Documentation des fonctions membres
FinderModelIndex::canDelete |
( |
|
$record | ) |
|
|
protected |
Method to test whether a record can be deleted.
- Paramètres:
-
object | $record | A record object. |
- Renvoie:
- boolean True if allowed to delete the record. Defaults to the permission for the component.
- Depuis:
- 2.5
Références $user, et JFactory\getUser().
FinderModelIndex::canEditState |
( |
|
$record | ) |
|
|
protected |
Method to test whether a record can be deleted.
- Paramètres:
-
object | $record | A record object. |
- Renvoie:
- boolean True if allowed to change the state of the record. Defaults to the permission for the component.
- Depuis:
- 2.5
Références $user, et JFactory\getUser().
FinderModelIndex::delete |
( |
& |
$pks | ) |
|
FinderModelIndex::getListQuery |
( |
| ) |
|
|
protected |
FinderModelIndex::getPluginState |
( |
| ) |
|
Method to get the state of the Smart Search plug-ins.
- Renvoie:
- array Array of relevant plug-ins and whether they are enabled or not.
- Depuis:
- 2.5
Références $db, et $query.
FinderModelIndex::getStoreId |
( |
|
$id = '' | ) |
|
|
protected |
Method to get a store id based on model configuration state.
This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.
- Paramètres:
-
string | $id | A prefix for the store id. [optional] |
- Renvoie:
- string A store id.
- Depuis:
- 2.5
Réimplémentée à partir de JModelList.
Références $id.
FinderModelIndex::getTable |
( |
|
$type = 'Link' , |
|
|
|
$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().
FinderModelIndex::populateState |
( |
|
$ordering = null , |
|
|
|
$direction = null |
|
) |
| |
|
protected |
Method to auto-populate the model state. Calling getState in this method will result in recursion.
- Paramètres:
-
string | $ordering | An optional ordering field. [optional] |
string | $direction | An optional direction. [optional] |
- Renvoie:
- void
- Depuis:
- 2.5
Réimplémentée à partir de JModelList.
Références $params, $state, $type, et JComponentHelper\getParams().
FinderModelIndex::publish |
( |
& |
$pks, |
|
|
|
$value = 1 |
|
) |
| |
FinderModelIndex::purge |
( |
| ) |
|
Method to purge the index, deleting all links.
- Renvoie:
- boolean True on success, false on failure.
- Depuis:
- 2.5
Références $db, $i, $query, et $suffix.
Documentation des données membres
FinderModelIndex::$event_after_delete = 'onContentAfterDelete' |
|
protected |
FinderModelIndex::$event_before_delete = 'onContentBeforeDelete' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :