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}} | ||
<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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:43, 24 March 2017
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

See also
JInstallerLibrary::discover source code on BitBucket
Class JInstallerLibrary
Subpackage Installer- Other versions of JInstallerLibrary::discover
{{subst:SeeAlso:JInstallerLibrary::discover}}
User contributed notes
<CodeExamplesForm />