JInstallerLibrary::loadLanguage: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Custom loadLanguage method. | Custom loadLanguage method. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function loadLanguage ($path=null) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 22: | ||
|- | |- | ||
|} | |} | ||
=== | * '''Returns''' | ||
* '''Defined''' on line 31 of libraries/joomla/installer/adapters/library.php | |||
* '''Since''' {{JVer|11.1 }} | |||
===See also=== | |||
* {{JVer|11.1}} '''JInstallerLibrary::loadLanguage source code''' on [[jplatform:installer/adapters/library.php#cl-23|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JInstallerLibrary|JInstallerLibrary]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]] | |||
* [[API17:JInstallerLibrary::loadLanguage|Other versions of JInstallerLibrary::loadLanguage]] | |||
===User contributed notes=== | |||
=== | === Code Examples === | ||
=== | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JInstallerLibrary::loadLanguage | category=JInstallerLibrary::loadLanguage | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 03:18, 25 March 2017
JInstallerLibrary::loadLanguage
Description
Custom loadLanguage method.
public function loadLanguage ($path=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | null | the path where to find language files |
See also
JInstallerLibrary::loadLanguage source code on BitBucket
Class JInstallerLibrary
Subpackage Installer- Other versions of JInstallerLibrary::loadLanguage
User contributed notes
Code Examples