Liste de tous les membres
Fonctions membres publiques |
| __construct (&$subject, $config) |
| onExtensionAfterInstall ($installer, $eid) |
| onExtensionAfterUninstall ($installer, $eid, $result) |
| onExtensionAfterUpdate ($installer, $eid) |
| loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR) |
| __construct (&$subject) |
| update (&$args) |
| __construct ($properties=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
plgExtensionJoomla::__construct |
( |
& |
$subject, |
|
|
|
$config |
|
) |
| |
Constructor
protected
- Paramètres:
-
object | $subject | The object to observe |
array | $config | An array that holds the plugin configuration |
- Depuis:
- 1.5
Réimplémentée à partir de JPlugin.
Références $config.
Documentation des fonctions membres
plgExtensionJoomla::addUpdateSite |
( |
|
$name, |
|
|
|
$type, |
|
|
|
$location, |
|
|
|
$enabled |
|
) |
| |
|
private |
Adds an update site to the table if it doesn't exist.
- Paramètres:
-
string | The friendly name of the site |
string | The type of site (e.g. collection or extension) |
string | The URI for the site |
boolean | If this site is enabled |
- Depuis:
- 1.6
Références $enabled, $name, $query, et $type.
plgExtensionJoomla::onExtensionAfterInstall |
( |
|
$installer, |
|
|
|
$eid |
|
) |
| |
Handle post extension install update sites
- Paramètres:
-
JInstaller | Installer object |
int | Extension Identifier |
- Depuis:
- 1.6
plgExtensionJoomla::onExtensionAfterUninstall |
( |
|
$installer, |
|
|
|
$eid, |
|
|
|
$result |
|
) |
| |
Handle extension uninstall
- Paramètres:
-
JInstaller | Installer instance |
int | extension id |
int | installation result |
- Depuis:
- 1.6
Références $db, et $query.
plgExtensionJoomla::onExtensionAfterUpdate |
( |
|
$installer, |
|
|
|
$eid |
|
) |
| |
After update of an extension
- Paramètres:
-
JInstaller | Installer object |
int | Extension identifier |
- Depuis:
- 1.6
plgExtensionJoomla::processUpdateSites |
( |
| ) |
|
|
private |
Processes the list of update sites for an extension.
- Depuis:
- 1.6
Références $data, et JText\_().
Documentation des données membres
plgExtensionJoomla::$eid = 0 |
|
private |
plgExtensionJoomla::$installer = null |
|
private |
La documentation de cette classe a été générée à partir du fichier suivant :