API17

JInstallerComponent::discover install: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
Install unregistered extensions that have been discovered.  
Install unregistered extensions that have been discovered.  


{{Description:JInstallerComponent::discover_install}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JInstallerComponent::discover_install|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JInstallerComponent->discover_install ()
public function discover_install ()
</source>
</source>
===Returns===
* '''Returns''' mixed
mixed
* '''Defined''' on line 1450 of libraries/joomla/installer/adapters/component.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/installer/adapters/component.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JInstallerComponent::discover_install source code''' on [[jplatform:installer/adapters/component.php#cl-1442|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JInstallerComponent::discover_install|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JInstallerComponent|JInstallerComponent]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[JInstallerComponent/11.1|JInstallerComponent]]
* [[API17:JInstallerComponent::discover_install|Other versions of JInstallerComponent::discover_install]]
* [[JInstallerComponent::discover_install|Other versions of this method]]
 
{{SeeAlso:JInstallerComponent::discover_install}}
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JInstallerComponent::discover_install
category=JInstallerComponent::discover_install
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JInstallerComponent]][[Category:JInstallerComponent::discover_install]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:17, 25 March 2017

Joomla 11.1 JInstallerComponent::discover_install

Description

Install unregistered extensions that have been discovered.


public function discover_install ()
  • Returns mixed
  • Defined on line 1450 of libraries/joomla/installer/adapters/component.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples