API17

JInstallerLibrary::discover: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Custom discover method.  
Custom discover method.  


{{Description:JInstallerLibrary::discover}}
{{subst:Description:JInstallerLibrary::discover}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JInstallerLibrary::discover|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function discover ()
public function discover ()
Line 19: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[API17:JInstallerLibrary::discover|Other versions of JInstallerLibrary::discover]]
* [[API17:JInstallerLibrary::discover|Other versions of JInstallerLibrary::discover]]
{{SeeAlso:JInstallerLibrary::discover}}
{{subst:SeeAlso:JInstallerLibrary::discover}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerLibrary::discover|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:43, 24 March 2017

Joomla 11.1 JInstallerLibrary::discover

Description

Custom discover method.

{{subst:Description:JInstallerLibrary::discover}}

public function discover ()
  • Returns array(JExtension) list of extensions available
  • Defined on line 306 of libraries/joomla/installer/adapters/library.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JInstallerLibrary::discover}}

User contributed notes

<CodeExamplesForm />