| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id:plugin.php 6961 2007-03-15 16:06:53Z tcp $ |
| File Size: | 321 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JInstallerPlugin:: (4 methods):
__construct()
install()
uninstall()
_rollback_plugin()
Class: JInstallerPlugin - X-Ref
Plugin installer| __construct(&$parent) X-Ref |
| Constructor param: object $parent Parent object [JInstaller instance] return: void |
| install() X-Ref |
| Custom install method return: boolean True on success |
| uninstall($id, $clientId ) X-Ref |
| Custom uninstall method param: int $cid The id of the plugin to uninstall param: int $clientId The id of the client (unused) return: boolean True on success |
| _rollback_plugin($arg) X-Ref |
| Custom rollback method - Roll back the plugin item param: array $arg Installation step to rollback return: boolean True on success |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |