API17:JInstallerTemplate::discover install
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JInstallerTemplate::discover_install== | =={{JVer|11.1}} JInstallerTemplate::discover_install== | ||
===Description=== | ===Description=== | ||
| − | Perform an install | + | Discover_install Perform an install for a discovered extension. |
{{Description:JInstallerTemplate::discover_install}} | {{Description:JInstallerTemplate::discover_install}} | ||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInstallerTemplate::discover_install|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstallerTemplate::discover_install|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function discover_install () |
</source> | </source> | ||
| − | + | * '''Returns''' boolean | |
| − | + | * '''Defined''' on line 425 of libraries/joomla/installer/adapters/template.php | |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/installer/adapters/template.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInstallerTemplate::discover_install source code''' on [[jplatform:installer/adapters/template.php#cl-417|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInstallerTemplate/11.1|JInstallerTemplate]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]] | ||
| + | * [[JInstallerTemplate::discover_install|Other versions of JInstallerTemplate::discover_install]] | ||
| + | {{SeeAlso:JInstallerTemplate::discover_install}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstallerTemplate::discover_install|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstallerTemplate::discover_install|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 33: | Line 31: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInstallerTemplate]][[Category:JInstallerTemplate::discover_install]]</noinclude> | <noinclude>[[Category:JInstallerTemplate]][[Category:JInstallerTemplate::discover_install]]</noinclude> | ||
Revision as of 21:15, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstallerTemplate::discover_install
Description
Discover_install Perform an install for a discovered extension.
Description:JInstallerTemplate::discover install [Edit Descripton]
public function discover_install ()
See also
-
JInstallerTemplate::discover_install source code on BitBucket
-
Class JInstallerTemplate
-
Subpackage Installer
- Other versions of JInstallerTemplate::discover_install
SeeAlso:JInstallerTemplate::discover install [Edit See Also]
User contributed notes
<CodeExamplesForm />
