API17

Difference between revisions of "JInstallerPlugin::uninstall"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JInstallerPlugin::uninstall|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JInstallerPlugin::uninstall|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JInstallerPlugin::uninstall ($id)
+
public function uninstall ($id)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 24: Line 21:
 
|int
 
|int
 
|
 
|
|$cid The id of the plugin to uninstall  
+
|The id of the plugin to uninstall
|-
 
|
 
|int
 
|
 
|$clientIdTheidoftheclient(unused)
 
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' boolean True on success
boolean True on success
+
* '''Defined''' on line 443 of libraries/joomla/installer/adapters/plugin.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/installer/adapters/plugin.php (line 461)
 
* see source code in [[jplatform:installer/adapters/plugin.php#cl-461|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JInstallerPlugin::uninstall source code''' on [[jplatform:installer/adapters/plugin.php#cl-435|BitBucket]]
 +
* {{JVer|11.1}} Class [[JInstallerPlugin/11.1|JInstallerPlugin]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]]
 +
* [[JInstallerPlugin::uninstall|Other versions of JInstallerPlugin::uninstall]]
 +
{{SeeAlso:JInstallerPlugin::uninstall}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerPlugin::uninstall|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerPlugin::uninstall|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JInstallerPlugin/11.1|JInstallerPlugin]]
+
===User contributed notes===
* [[JInstallerPlugin::uninstall|Other versions of this method]]
 
{{SeeAlso:JInstallerPlugin::uninstall}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 53: Line 44:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JInstallerPlugin]][[Category:JInstallerPlugin::uninstall]]</noinclude>
 
<noinclude>[[Category:JInstallerPlugin]][[Category:JInstallerPlugin::uninstall]]</noinclude>

Revision as of 21:15, 27 April 2011

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

Description[edit]

Custom uninstall method.

Template:Description:JInstallerPlugin::uninstall [Edit Descripton]

public function uninstall ($id)
Parameter Type Default Description
$id int The id of the plugin to uninstall
  • Returns boolean True on success
  • Defined on line 443 of libraries/joomla/installer/adapters/plugin.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JInstallerPlugin::uninstall [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />