JInstallerComponent
Description
Component installer
Located in /joomla/installer/adapters/component.php (line 25)
JObject (Subpackage Base)
![]()
JInstallerComponent (Subpackage Installer)
Method Summary
Variables
Methods
Constructor
void
__construct
( &$parent, object $parent)
- object $parent: Parent object [JInstaller instance]
- &$parent
Redefinition of:
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Custom uninstall method for components
mixed
uninstall
( $id, int $clientId, int $cid)
- int $cid: The id of the component to uninstall
- int $clientId: The id of the client (unused)
- $id
Custom rollback method
- Roll back the component menu item
boolean
_rollback_menu
(array $arg)
- array $arg: Installation step to rollback
Inherited Methods
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
Documentation generated on Tue, 29 Jan 2008 18:45:03 +0000 by phpDocumentor 1.3.1



