API17

Difference between revisions of "JInstallerTemplate::update"

From Joomla! Documentation

m (JoomlaWikiBot moved page JInstallerTemplate::update/11.1 to API17:JInstallerTemplate::update without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Custom update method for components.  
 
Custom update method for components.  
  
{{Description:JInstallerTemplate::update}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JInstallerTemplate::update|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function update ()
 
public function update ()
Line 16: Line 14:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JInstallerTemplate::update source code''' on [[jplatform:installer/adapters/template.php#cl-244|BitBucket]]
 
* {{JVer|11.1}} '''JInstallerTemplate::update source code''' on [[jplatform:installer/adapters/template.php#cl-244|BitBucket]]
* {{JVer|11.1}} Class [[JInstallerTemplate/11.1|JInstallerTemplate]]
+
* {{JVer|11.1}} Class [[API17:JInstallerTemplate|JInstallerTemplate]]
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[JInstallerTemplate::update|Other versions of JInstallerTemplate::update]]
+
* [[API17:JInstallerTemplate::update|Other versions of JInstallerTemplate::update]]
{{SeeAlso:JInstallerTemplate::update}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerTemplate::update|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JInstallerTemplate::update
 
category=JInstallerTemplate::update
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 34: Line 30:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JInstallerTemplate]][[Category:JInstallerTemplate::update]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:20, 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 JInstallerTemplate::update[edit]

Description[edit]

Custom update method for components.


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

See also[edit]


User contributed notes[edit]

Code Examples[edit]