API17

Difference between revisions of "JInstallerPlugin::update"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Custom update method.  
 
Custom update method.  
  
{{Description:JInstallerPlugin::update}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JInstallerPlugin::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}} '''JInstallerPlugin::update source code''' on [[jplatform:installer/adapters/plugin.php#cl-417|BitBucket]]
 
* {{JVer|11.1}} '''JInstallerPlugin::update source code''' on [[jplatform:installer/adapters/plugin.php#cl-417|BitBucket]]
* {{JVer|11.1}} Class [[JInstallerPlugin/11.1|JInstallerPlugin]]
+
* {{JVer|11.1}} Class [[API17:JInstallerPlugin|JInstallerPlugin]]
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Installer|Installer]]
* [[JInstallerPlugin::update|Other versions of JInstallerPlugin::update]]
+
* [[API17:JInstallerPlugin::update|Other versions of JInstallerPlugin::update]]
{{SeeAlso:JInstallerPlugin::update}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerPlugin::update|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JInstallerPlugin::update
 
category=JInstallerPlugin::update
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 34: Line 30:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JInstallerPlugin]][[Category:JInstallerPlugin::update]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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

Description[edit]

Custom update method.


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

See also[edit]


User contributed notes[edit]

Code Examples[edit]