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 | |
discover () | |
discover_install () | |
purge () | |
Fonctions membres publiques inherited from InstallerModel | |
__construct ($config=array()) | |
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 InstallerModel | |
_getList ($query, $limitstart=0, $limit=0) | |
Fonctions membres protégées inherited from JModelList | |
_getListQuery () | |
getStoreId ($id= '') | |
Fonctions membres protégées inherited from JModel | |
_getListCount ($query) | |
_createTable ($name, $prefix= 'Table', $config=array()) | |
populateState () | |
cleanCache ($group=null, $client_id=0) |
Attributs protégés | |
$_context = 'com_installer.discover' |
InstallerModelDiscover::discover | ( | ) |
Discover extensions.
Finds uninstalled extensions
Références $key, $query, et JInstaller\getInstance().
InstallerModelDiscover::discover_install | ( | ) |
Installs a discovered extension.
Références $app, $id, JText\_(), JFactory\getApplication(), JInstaller\getInstance(), JRequest\getVar(), et JArrayHelper\toInteger().
|
protected |
Method to get the database query.
Réimplémentée à partir de JModelList.
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().
InstallerModelDiscover::purge | ( | ) |
|
protected |