![]() |
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é
|
Fonctions membres publiques | |
__construct ($config=array()) | |
![]() | |
getItems () | |
getPagination () | |
getTotal () | |
getStart () | |
getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true) | |
![]() | |
getDbo () | |
getName () | |
getState ($property=null, $default=null) | |
getTable ($name= '', $prefix= 'Table', $options=array()) | |
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 | |
populateState ($ordering=null, $direction=null) | |
getStoreId ($id= '') | |
_getList ($query, $limitstart=0, $limit=0) | |
translate (&$items) | |
getListQuery () | |
![]() | |
_getListQuery () | |
![]() | |
_getListCount ($query) | |
_createTable ($name, $prefix= 'Table', $config=array()) | |
populateState () | |
cleanCache ($group=null, $client_id=0) |
Additional Inherited Members | |
![]() | |
$cache = array() | |
$context = null | |
$filter_fields = array() | |
$query = array() | |
![]() | |
$__state_set = null | |
$_db | |
$name | |
$option = null | |
$state | |
$event_clean_cache = null | |
![]() | |
$_errors = array() |
PluginsModelPlugins::__construct | ( | $config = array() | ) |
Constructor.
array | An optional associative array of configuration settings. |
Réimplémentée à partir de JModelList.
Références $config.
|
protected |
Returns an object list
string | The query |
int | Offset |
int | The number of records |
Réimplémentée à partir de JModel.
Références $direction, $i, $item, $lang, $limit, $ordering, $query, $total, JFactory\getLanguage(), null, et JArrayHelper\sortObjects().
|
protected |
Build an SQL query to load the list data.
Réimplémentée à partir de JModelList.
Références $db, $folder, $published, $query, et elseif.
|
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.
string | A prefix for the store id. |
Réimplémentée à partir de JModelList.
Références $id.
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
Réimplémentée à partir de JModelList.
Références $app, $folder, $language, $params, $state, JFactory\getApplication(), JComponentHelper\getParams(), et null.
|
protected |
Translate a list of objects
array | The array of objects |
Références $extension, $item, $lang, JText\_(), JFactory\getLanguage(), JPATH_ADMINISTRATOR, JPATH_PLUGINS, et null.