API17

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.  


{{subst:Description:JInstallerPlugin::install}}
 


<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]]
{{subst:SeeAlso:JInstallerPlugin::install}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JInstallerPlugin::install
category=JInstallerPlugin::install
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:19, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples