API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JInstallerPlugin::install|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerPlugin::install|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:44, 24 March 2017

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

See also

{{subst:SeeAlso:JInstallerPlugin::install}}

User contributed notes

<CodeExamplesForm />