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}} | ||
<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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:44, 24 March 2017
JInstallerModule::discover_install
Description
Custom discover_install method.
{{subst:Description:JInstallerModule::discover_install}}
public function discover_install ()
| Parameter | Type | Default | Description |
|---|---|---|---|
| int | $idTheidoftheextensiontoinstall |
See also
JInstallerModule::discover_install source code on BitBucket
Class JInstallerModule
Subpackage Installer- Other versions of JInstallerModule::discover_install
{{subst:SeeAlso:JInstallerModule::discover_install}}
User contributed notes
<CodeExamplesForm />