API17

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.  


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


<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]]
{{subst:SeeAlso:JInstallerLibrary::discover}}
 


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

Latest revision as of 03:18, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples