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