Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JInstallerModule

Description

Module installer

Located in /joomla/installer/adapters/module.php (line 25)

Class JObject   (Subpackage Base)

Class JInstallerModule   (Subpackage Installer)
Method Summary
Constructor void __construct ( &$parent, object $parent)
Method boolean install ()
Method boolean uninstall (int $id, int $clientId)
Method boolean _rollback_menu (array $arg)
Method boolean _rollback_module (array $arg)
Methods
Constructor __construct (line 35)

Constructor

  • since: 1.5
  • access: protected
void __construct ( &$parent, object $parent)
  • object $parent: Parent object [JInstaller instance]
  • &$parent

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.
install (line 47)

Custom install method

  • return: True on success
  • since: 1.5
  • access: public
boolean install ()
uninstall (line 260)

Custom uninstall method

  • return: True on success
  • since: 1.5
  • access: public
boolean uninstall (int $id, int $clientId)
  • int $id: The id of the module to uninstall
  • int $clientId: The id of the client (unused)
_rollback_menu (line 347)

Custom rollback method

  • Roll back the menu item

  • return: True on success
  • since: 1.5
  • access: public
boolean _rollback_menu (array $arg)
  • array $arg: Installation step to rollback
_rollback_module (line 369)

Custom rollback method

  • Roll back the module item

  • return: True on success
  • since: 1.5
  • access: public
boolean _rollback_module (array $arg)
  • array $arg: Installation step to rollback

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 21:11:13 +0000 by phpDocumentor 1.3.1