JInstallerPlugin::install: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Custom install method. | Custom install method. | ||
{{Description:JInstallerPlugin::install}} | {{subst:Description:JInstallerPlugin::install}} | ||
<source lang="php"> | <source lang="php"> | ||
public function install () | public function install () | ||
| Line 19: | Line 17: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]] | ||
* [[API17:JInstallerPlugin::install|Other versions of JInstallerPlugin::install]] | * [[API17:JInstallerPlugin::install|Other versions of JInstallerPlugin::install]] | ||
{{SeeAlso:JInstallerPlugin::install}} | {{subst:SeeAlso:JInstallerPlugin::install}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:44, 24 March 2017
JInstallerPlugin::install
Description
Custom install method.
{{subst:Description:JInstallerPlugin::install}}
public function install ()
- Returns boolean True on success
- Defined on line 87 of libraries/joomla/installer/adapters/plugin.php
- Since

See also
JInstallerPlugin::install source code on BitBucket
Class JInstallerPlugin
Subpackage Installer- Other versions of JInstallerPlugin::install
{{subst:SeeAlso:JInstallerPlugin::install}}
User contributed notes
<CodeExamplesForm />