API17

JInstallerComponent

From Joomla! Documentation

Revision as of 16:40, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstallerComponent[edit]

Description[edit]

Template:Description:JInstallerComponent [Edit Descripton]

Methods[edit]

Visibility Method name Description
public discover Discover unregistered extensions.
public discover_install Install unregistered extensions that have been discovered.
public install Custom install method for components.
public loadLanguage Custom loadLanguage method.
public refreshManifestCache Refreshes the extension table cache.
public uninstall Custom uninstall method for components.
public update Custom update method for components.
protected _buildAdminMenus Method to build menu database entries for a component.
protected _removeAdminMenus Method to remove admin menu references to a component.
protected _rollback_menu Custom rollback method
  • Defined in libraries/joomla/installer/adapters/component.php
  • Extends JAdapterInstance

Importing[edit]

jimport( 'joomla.installer.adapters.component' );

See also[edit]

Template:SeeAlso:JInstallerComponent [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />