API17

JInstallerModule::discover install: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Custom discover_install method.  
Custom discover_install method.  


{{Description:JInstallerModule::discover_install}}
{{subst:Description:JInstallerModule::discover_install}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JInstallerModule::discover_install|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function discover_install ()
public function discover_install ()
Line 32: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[API17:JInstallerModule::discover_install|Other versions of JInstallerModule::discover_install]]
* [[API17:JInstallerModule::discover_install|Other versions of JInstallerModule::discover_install]]
{{SeeAlso:JInstallerModule::discover_install}}
{{subst:SeeAlso:JInstallerModule::discover_install}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerModule::discover_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 JInstallerModule::discover_install

Description

Custom discover_install method.

{{subst:Description:JInstallerModule::discover_install}}

public function discover_install ()
Parameter Type Default Description
int $idTheidoftheextensiontoinstall
  • Returns void
  • Defined on line 496 of libraries/joomla/installer/adapters/module.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JInstallerModule::discover_install}}

User contributed notes

<CodeExamplesForm />