| [ Index ] |
PHP Cross Reference of Joomla 2.5.4 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. |
| License: | GNU General Public License version 2 or later; see LICENSE.txt |
| File Size: | 239 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
plgExtensionJoomla:: (6 methods):
__construct()
addUpdateSite()
onExtensionAfterInstall()
onExtensionAfterUninstall()
onExtensionAfterUpdate()
processUpdateSites()
Class: plgExtensionJoomla - X-Ref
Joomla! master extension plugin.| __construct(& $subject, $config) X-Ref |
| Constructor param: object $subject The object to observe param: array $config An array that holds the plugin configuration |
| addUpdateSite($name, $type, $location, $enabled) X-Ref |
| Adds an update site to the table if it doesn't exist. param: string The friendly name of the site param: string The type of site (e.g. collection or extension) param: string The URI for the site param: boolean If this site is enabled |
| onExtensionAfterInstall($installer, $eid) X-Ref |
| Handle post extension install update sites param: JInstaller Installer object param: int Extension Identifier |
| onExtensionAfterUninstall($installer, $eid, $result) X-Ref |
| Handle extension uninstall param: JInstaller Installer instance param: int extension id param: int installation result |
| onExtensionAfterUpdate($installer, $eid) X-Ref |
| After update of an extension param: JInstaller Installer object param: int Extension identifier |
| processUpdateSites() X-Ref |
| Processes the list of update sites for an extension. |
| Generated: Tue Apr 3 11:40:28 2012 | Cross-referenced by PHPXref 0.7.1 |