API17

API17:JInstallerLanguage::uninstall

From Joomla! Documentation

Revision as of 23:49, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JInstallerLanguage::uninstall

Description

Custom uninstall method.

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

Since

Joomla 11.1

Synopsis

public  JInstallerLanguage->uninstall ($eid)
Parameter Type Default Description
$eid string $tag The tag of the language to uninstall
int $clientIdTheidoftheclient(unused)

Returns

mixed Return value for uninstall method in component uninstall file

Defined in

libraries/joomla/installer/adapters/language.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JInstallerLanguage::uninstall

Examples

<CodeExamplesForm />