API17

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.  


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


<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]]
{{subst:SeeAlso:JInstallerModule::discover_install}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JInstallerModule::discover_install
category=JInstallerModule::discover_install
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:19, 25 March 2017

Joomla 11.1 JInstallerModule::discover_install

Description

Custom discover_install method.


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


User contributed notes

Code Examples