API17

Difference between revisions of "JInstaller::discover install"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
  
{{Description:JInstaller::discover_install}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JInstaller::discover_install|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JInstaller->discover_install ($eid=null)
+
public function discover_install ($eid=null)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 405 of libraries/joomla/installer/installer.php
 +
===See also===
 +
* {{JVer|11.1}} '''JInstaller::discover_install source code''' on [[jplatform:installer/installer.php#cl-397|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JInstaller|JInstaller]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 +
* [[API17:JInstaller::discover_install|Other versions of JInstaller::discover_install]]
  
===Defined in===
+
 
libraries/joomla/installer/installer.php
+
===User contributed notes===
===Referenced by===
+
=== Code Examples ===
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstaller::discover_install|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JInstaller/11.1|JInstaller]]
 
* [[JInstaller::discover_install|Other versions of this method]]
 
{{SeeAlso:JInstaller::discover_install}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JInstaller::discover_install
 
category=JInstaller::discover_install
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JInstaller]][[Category:JInstaller::discover_install]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:16, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstaller::discover_install[edit]

Description[edit]

public function discover_install ($eid=null)
Parameter Type Default Description
$eid null
  • Returns
  • Defined on line 405 of libraries/joomla/installer/installer.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]