API17

Difference between revisions of "JInstallerLibrary::update"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JInstallerLibrary::update source code''' on [[jplatform:installer/adapters/library.php#cl-174|BitBucket]]
 
* {{JVer|11.1}} '''JInstallerLibrary::update source code''' on [[jplatform:installer/adapters/library.php#cl-174|BitBucket]]
* {{JVer|11.1}} Class [[JInstallerLibrary/11.1|JInstallerLibrary]]
+
* {{JVer|11.1}} Class [[API17:JInstallerLibrary|JInstallerLibrary]]
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[JInstallerLibrary::update|Other versions of JInstallerLibrary::update]]
+
* [[API17:JInstallerLibrary::update|Other versions of JInstallerLibrary::update]]
 
{{SeeAlso:JInstallerLibrary::update}}
 
{{SeeAlso:JInstallerLibrary::update}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

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 JInstallerLibrary::update[edit]

Description[edit]

Custom update method.

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

public function update ()
  • Returns boolean True on success
  • Defined on line 182 of libraries/joomla/installer/adapters/library.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />