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()) | |
findUpdates ($eid=0, $cache_timeout=0) | |
purge () | |
enableSites () | |
update ($uids) | |
Fonctions membres publiques inherited from JModelList | |
getItems () | |
getPagination () | |
getTotal () | |
getStart () | |
getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true) | |
Fonctions membres publiques inherited from JModel | |
getDbo () | |
getName () | |
getState ($property=null, $default=null) | |
getTable ($name= '', $prefix= 'Table', $options=array()) | |
setDbo (&$db) | |
setState ($property, $value=null) | |
Fonctions membres publiques inherited from JObject | |
__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) | |
getListQuery () | |
Fonctions membres protégées inherited from JModelList | |
_getListQuery () | |
getStoreId ($id= '') | |
Fonctions membres protégées inherited from JModel | |
_getList ($query, $limitstart=0, $limit=0) | |
_getListCount ($query) | |
_createTable ($name, $prefix= 'Table', $config=array()) | |
populateState () | |
cleanCache ($group=null, $client_id=0) |
Fonctions membres privées | |
install ($update) |
Additional Inherited Members | |
Attributs protégés inherited from JModelList | |
$cache = array() | |
$context = null | |
$filter_fields = array() | |
$query = array() | |
Attributs protégés inherited from JModel | |
$__state_set = null | |
$_db | |
$name | |
$option = null | |
$state | |
$event_clean_cache = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
InstallerModelUpdate::__construct | ( | $config = array() | ) |
Constructor.
array | An optional associative array of configuration settings. |
Réimplémentée à partir de JModelList.
Références $config.
InstallerModelUpdate::enableSites | ( | ) |
Enables any disabled rows in #__update_sites table
Références $db, JText\_(), et JText\plural().
InstallerModelUpdate::findUpdates | ( | $eid = 0 , |
|
$cache_timeout = 0 |
|||
) |
Finds updates for an extension.
int | Extension identifier to look for |
Références JUpdater\getInstance().
|
protected |
Method to get the database query
Réimplémentée à partir de JModelList.
|
private |
Handles the actual update installation.
JUpdate | An update definition |
Références $app, $config, $url, JText\_(), JInstallerHelper\cleanupInstall(), JInstallerHelper\downloadPackage(), JFactory\getApplication(), JFactory\getConfig(), JInstaller\getInstance(), JError\raiseWarning(), JText\sprintf(), et JInstallerHelper\unpack().
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, et JFactory\getApplication().
InstallerModelUpdate::purge | ( | ) |
InstallerModelUpdate::update | ( | $uids | ) |
Update function.
Sets the "result" state with the result of the operation.
Array[int] | List of updates to apply |
Références JTable\getInstance().