API17

Difference between revisions of "JInstallerLanguage:: install"

From Joomla! Documentation

(Layout updates)
m (→‎See also: moving preparation)
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JInstallerLanguage::_install|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JInstallerLanguage::_install|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JInstallerLanguage::_install ($cname, $basePath, $clientId, &$element)
+
protected function _install (
 +
        $cname
 +
        $basePath
 +
        $clientId
 +
        &$element
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 40: Line 44:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 94 of libraries/joomla/installer/adapters/language.php
===Defined in===
 
libraries/joomla/installer/adapters/language.php (line 96)
 
* see source code in [[jplatform:installer/adapters/language.php#cl-96|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JInstallerLanguage::_install source code''' on [[jplatform:installer/adapters/language.php#cl-86|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JInstallerLanguage|JInstallerLanguage]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 +
* [[API17:JInstallerLanguage::_install|Other versions of JInstallerLanguage::_install]]
 +
{{SeeAlso:JInstallerLanguage::_install}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerLanguage::_install|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerLanguage::_install|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JInstallerLanguage/11.1|JInstallerLanguage]]
+
===User contributed notes===
* [[JInstallerLanguage::_install|Other versions of this method]]
 
{{SeeAlso:JInstallerLanguage::_install}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 61: Line 63:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JInstallerLanguage]][[Category:JInstallerLanguage::_install]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:01, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstallerLanguage::_install[edit]

Description[edit]

Install function that is designed to handle individual clients.

Template:Description:JInstallerLanguage:: install [Edit Descripton]

protected function _install (
        $cname
        $basePath
        $clientId
        &$element
)
Parameter Type Default Description
$cname
$basePath
$clientId
&$element
  • Returns
  • Defined on line 94 of libraries/joomla/installer/adapters/language.php

See also[edit]

Template:SeeAlso:JInstallerLanguage:: install [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />