API17

JInstallerLibrary::loadLanguage: 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:
Custom loadLanguage method.  
Custom loadLanguage method.  


{{Description:JInstallerLibrary::loadLanguage}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JInstallerLibrary::loadLanguage|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JInstallerLibrary->loadLanguage ($path=null)
public function loadLanguage ($path=null)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 27: Line 22:
|-
|-
|}
|}
===Returns===
* '''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]]


===Defined in===
 
libraries/joomla/installer/adapters/library.php
===User contributed notes===
===Referenced by===
=== Code Examples ===
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JInstallerLibrary::loadLanguage|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JInstallerLibrary/11.1|JInstallerLibrary]]
* [[JInstallerLibrary::loadLanguage|Other versions of this method]]
{{SeeAlso:JInstallerLibrary::loadLanguage}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JInstallerLibrary::loadLanguage
category=JInstallerLibrary::loadLanguage
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JInstallerLibrary]][[Category:JInstallerLibrary::loadLanguage]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:18, 25 March 2017

Joomla 11.1 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
  • Returns
  • Defined on line 31 of libraries/joomla/installer/adapters/library.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples