API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JInstallerModule::__construct | ( | &$ | parent | ) |
Constructor
protected
object | $parent | Parent object [JInstaller instance] |
JInstallerModule::_rollback_menu | ( | $ | arg | ) |
JInstallerModule::_rollback_module | ( | $ | arg | ) |
JInstallerModule::install | ( | ) |
Custom install method
public
--------------------------------------------------------------------------------------------- Manifest Document Setup Section ---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- Target Application Section ---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- Filesystem Processing Section ---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- Database Processing Section ---------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------- Finalization and Cleanup Section ---------------------------------------------------------------------------------------------
Références $client, $db, $file, $id, $lang, $name, $query, JText::_(), JFilterInput::clean(), JFolder::create(), JApplicationHelper::getClientInfo(), JTable::getInstance(), JFactory::getLanguage(), et jimport().
JInstallerModule::uninstall | ( | $ | id, |
$ | clientId | ||
) |
Custom uninstall method
public
int | $id | The id of the module to uninstall |
int | $clientId | The id of the client (unused) |
Références $client, $db, $id, $query, JText::_(), JFolder::delete(), JApplicationHelper::getClientInfo(), JTable::getInstance(), jimport(), JError::raiseWarning(), JText::sprintf(), et JArrayHelper::toInteger().