API17

Difference between revisions of "JInstallerComponent::update"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (preparing for archive only)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
Custom update method for components.  
 
Custom update method for components.  
  
{{Description:JInstallerComponent::update}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JInstallerComponent::update|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function update ()
 
public function update ()
Line 19: Line 17:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
 
* [[API17:JInstallerComponent::update|Other versions of JInstallerComponent::update]]
 
* [[API17:JInstallerComponent::update|Other versions of JInstallerComponent::update]]
{{SeeAlso:JInstallerComponent::update}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerComponent::update|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JInstallerComponent::update
 
category=JInstallerComponent::update
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*

Latest revision as of 22:17, 24 March 2017

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

Description[edit]

Custom update method for components.


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

See also[edit]


User contributed notes[edit]

Code Examples[edit]