API17

Difference between revisions of "JInstallerPlugin"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/installer/adapters/plugin.php
 
libraries/joomla/installer/adapters/plugin.php
 +
* see source code in [[jplatform:installer/adapters/plugin.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Installer/11.1|Installer]]
 
[[Subpackage Installer/11.1|Installer]]
Line 42: Line 43:
 
<source lang="php">jimport( 'joomla.installer.adapters.plugin' );</source>
 
<source lang="php">jimport( 'joomla.installer.adapters.plugin' );</source>
 
===See also===
 
===See also===
 +
* JInstallerPlugin source code in [[jplatform:installer/adapters/plugin.php|BitBucket]]
 
* [[JInstallerPlugin|Other versions of this class]]
 
* [[JInstallerPlugin|Other versions of this class]]
 
{{SeeAlso:JInstallerPlugin}}
 
{{SeeAlso:JInstallerPlugin}}

Revision as of 17:58, 23 April 2011

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.

[Edit Descripton] Template:Description:JInstallerPlugin

Defined in[edit]

libraries/joomla/installer/adapters/plugin.php

Subpackage[edit]

Installer

Extends[edit]

JAdapterInstance

Extended by[edit]

Methods[edit]

Method name Description
discover Custom discover method.
discover_install Custom discover_install method.
install Custom install method.
loadLanguage Custom loadLanguage method.
refreshManifestCache Refreshes the extension table cache.
uninstall Custom uninstall method.
update Custom update method.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JInstallerPlugin [Edit See Also]

Examples[edit]

<CodeExamplesForm />