JInstallerPlugin::install: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Custom install method. | Custom install method. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 17: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JInstallerPlugin::install | category=JInstallerPlugin::install | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:19, 25 March 2017
JInstallerPlugin::install
Description
Custom install method.
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
User contributed notes
Code Examples