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é
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe InstallerModelInstall
+ Graphe d'héritage de InstallerModelInstall:
+ Graphe de collaboration de InstallerModelInstall:

Liste de tous les membres

Fonctions membres publiques

 install ()

Fonctions membres protégées

 populateState ()
 _getPackageFromUpload ()
 _getPackageFromFolder ()
 _getPackageFromUrl ()

Attributs protégés

 $_table = null
 $_url = null
 $_context = 'com_installer.install'

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JModelLegacy
static addIncludePath ($path= '', $prefix= '')
- Fonctions membres publiques statiques inherited from JModel
static addTablePath ($path)
static getInstance ($type, $prefix= '', $config=array())

Documentation des fonctions membres

InstallerModelInstall::_getPackageFromFolder ( )
protected

Install an extension from a directory

Renvoie:
Package details or false on failure
Depuis:
1.5

Références $type, JText\_(), JPath\clean(), JInstallerHelper\detectType(), JRequest\getString(), null, et JError\raiseWarning().

+ Voici le graphe d'appel pour cette fonction :

InstallerModelInstall::_getPackageFromUpload ( )
protected

Works out an installation package from a HTTP upload

Renvoie:
package definition or false on failure

Références $config, JText\_(), JFactory\getConfig(), JRequest\getVar(), jimport(), null, JError\raiseWarning(), JInstallerHelper\unpack(), et JFile\upload().

+ Voici le graphe d'appel pour cette fonction :

InstallerModelInstall::_getPackageFromUrl ( )
protected

Install an extension from a URL

Renvoie:
Package details or false on failure
Depuis:
1.5

Références $config, $db, $url, JText\_(), JInstallerHelper\downloadPackage(), JFactory\getConfig(), JFactory\getDbo(), JRequest\getString(), JError\raiseWarning(), et JInstallerHelper\unpack().

+ Voici le graphe d'appel pour cette fonction :

InstallerModelInstall::install ( )

Install an extension from either folder, url or upload.

Renvoie:
boolean result of install
Depuis:
1.5

Références $app, $config, JText\_(), JInstallerHelper\cleanupInstall(), JFactory\getApplication(), JFactory\getConfig(), JInstaller\getInstance(), JRequest\getWord(), JClientHelper\setCredentialsFromRequest(), et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :

InstallerModelInstall::populateState ( )
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Depuis:
1.6

Réimplémentée à partir de JModel.

Références $app, $path, et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :


Documentation des données membres

InstallerModelInstall::$_context = 'com_installer.install'
protected
InstallerModelInstall::$_table = null
protected
InstallerModelInstall::$_url = null
protected

La documentation de cette classe a été générée à partir du fichier suivant :