API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JInstallerPlugin

Graphe d'héritage de JInstallerPlugin:
Graphe de collaboration de JInstallerPlugin:

Liste de tous les membres

Fonctions membres publiques


Documentation des constructeurs et destructeur

JInstallerPlugin::__construct ( &$  parent)

Constructor

protected

Paramètres:
object$parentParent object [JInstaller instance]
Renvoie:
void
Depuis:
1.5

Documentation des fonctions membres

JInstallerPlugin::_rollback_plugin ( arg)

Custom rollback method

  • Roll back the plugin item

public

Paramètres:
array$argInstallation step to rollback
Renvoie:
boolean True on success
Depuis:
1.5

Références $db, et $query.

JInstallerPlugin::install ( )

Custom install method

public

Renvoie:
boolean True on success
Depuis:
1.5

--------------------------------------------------------------------------------------------- Manifest Document Setup Section ---------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------- Filesystem Processing Section ---------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------- Database Processing Section ---------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------- Finalization and Cleanup Section ---------------------------------------------------------------------------------------------

Références $db, $file, $id, $lang, $name, $query, $type, JText::_(), JFilterInput::clean(), JFolder::create(), JTable::getInstance(), et JFactory::getLanguage().

Voici le graphe d'appel pour cette fonction :

JInstallerPlugin::uninstall ( id,
clientId 
)

Custom uninstall method

public

Paramètres:
int$cidThe id of the plugin to uninstall
int$clientIdThe id of the client (unused)
Renvoie:
boolean True on success
Depuis:
1.5

Références $db, $id, JText::_(), JFolder::delete(), JFile::delete(), JFolder::files(), JTable::getInstance(), JFactory::getXMLParser(), JError::raiseWarning(), et JText::sprintf().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :