JInstallerLibrary::discover: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Custom discover method. | Custom discover method. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 17: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JInstallerLibrary::discover | category=JInstallerLibrary::discover | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:18, 25 March 2017
JInstallerLibrary::discover
Description
Custom discover method.
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
User contributed notes
Code Examples