API17:JInstallerModule::discover install
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInstallerModule::discover_install|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstallerModule::discover_install|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function discover_install () |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 24: | Line 21: | ||
|int | |int | ||
| | | | ||
| − | |$idTheidoftheextensiontoinstall | + | |$idTheidoftheextensiontoinstall |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | void | + | * '''Defined''' on line 496 of libraries/joomla/installer/adapters/module.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/installer/adapters/module.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInstallerModule::discover_install source code''' on [[jplatform:installer/adapters/module.php#cl-488|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInstallerModule/11.1|JInstallerModule]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]] | ||
| + | * [[JInstallerModule::discover_install|Other versions of JInstallerModule::discover_install]] | ||
| + | {{SeeAlso:JInstallerModule::discover_install}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstallerModule::discover_install|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstallerModule::discover_install|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 48: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInstallerModule]][[Category:JInstallerModule::discover_install]]</noinclude> | <noinclude>[[Category:JInstallerModule]][[Category:JInstallerModule::discover_install]]</noinclude> | ||
Revision as of 21:14, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstallerModule::discover_install
Description
Custom discover_install method.
Description:JInstallerModule::discover install [Edit Descripton]
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
SeeAlso:JInstallerModule::discover install [Edit See Also]
User contributed notes
<CodeExamplesForm />
