API17

Difference between revisions of "JInstallerLanguage::update"

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::update|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JInstallerLanguage::update|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JInstallerLanguage::update ()
+
public function update ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' boolean True on success, false on failure
boolean True on success, false on failure
+
* '''Defined''' on line 255 of libraries/joomla/installer/adapters/language.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/installer/adapters/language.php (line 254)
 
* see source code in [[jplatform:installer/adapters/language.php#cl-254|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JInstallerLanguage::update source code''' on [[jplatform:installer/adapters/language.php#cl-247|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JInstallerLanguage|JInstallerLanguage]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 +
* [[API17:JInstallerLanguage::update|Other versions of JInstallerLanguage::update]]
 +
{{SeeAlso:JInstallerLanguage::update}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerLanguage::update|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerLanguage::update|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JInstallerLanguage/11.1|JInstallerLanguage]]
+
===User contributed notes===
* [[JInstallerLanguage::update|Other versions of this method]]
 
{{SeeAlso:JInstallerLanguage::update}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 35: Line 31:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JInstallerLanguage]][[Category:JInstallerLanguage::update]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:02, 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::update[edit]

Description[edit]

Custom update method.

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

public function update ()
  • Returns boolean True on success, false on failure
  • Defined on line 255 of libraries/joomla/installer/adapters/language.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />