API17:JInstallerLanguage::discover install
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInstallerLanguage::discover_install|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstallerLanguage::discover_install|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function discover_install () |
</source> | </source> | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 543 of libraries/joomla/installer/adapters/language.php | |
| − | + | ||
| − | libraries/joomla/installer/adapters/language.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInstallerLanguage::discover_install source code''' on [[jplatform:installer/adapters/language.php#cl-535|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInstallerLanguage/11.1|JInstallerLanguage]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]] | ||
| + | * [[JInstallerLanguage::discover_install|Other versions of JInstallerLanguage::discover_install]] | ||
| + | {{SeeAlso:JInstallerLanguage::discover_install}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstallerLanguage::discover_install|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstallerLanguage::discover_install|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 33: | Line 30: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInstallerLanguage]][[Category:JInstallerLanguage::discover_install]]</noinclude> | <noinclude>[[Category:JInstallerLanguage]][[Category:JInstallerLanguage::discover_install]]</noinclude> | ||
Revision as of 21:13, 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.
JInstallerLanguage::discover_install
Description
Custom discover install method Basically updates the manifest cache and leaves everything alone.
Description:JInstallerLanguage::discover install [Edit Descripton]
public function discover_install ()
- Returns
- Defined on line 543 of libraries/joomla/installer/adapters/language.php
See also
-
JInstallerLanguage::discover_install source code on BitBucket
-
Class JInstallerLanguage
-
Subpackage Installer
- Other versions of JInstallerLanguage::discover_install
SeeAlso:JInstallerLanguage::discover install [Edit See Also]
User contributed notes
<CodeExamplesForm />
