component_uninstall (line
304)
Component uninstall method
void
component_uninstall
(int $cid, string $option, [int $client = 0])
-
int
$cid: The id of the module
-
string
$option: The URL option
-
int
$client: The client id
getCurrentAddonVersion (line
103)
void
getCurrentAddonVersion
(string $xmlfile)
-
string
$xmlfile: Path to the addons xml file
installFromDirectory (line
180)
Install a template from a directory
void
installFromDirectory
(string $installerClass, $option, $element, $client)
-
string
$installerClass: The URL option
-
$option
-
$element
-
$client
installFromUrl (line
199)
Install a template from an HTTP URL
void
installFromUrl
(string $installerClass, $option, $element, $client)
-
string
$installerClass: The URL option
-
$option
-
$element
-
$client
language_uninstall (line
455)
Language uninstall method
void
language_uninstall
(int $id, string $option, [int $client = 0])
-
int
$id: The id of the module
-
string
$option: The URL option
-
int
$client: The client id
mambot_uninstall (line
387)
Mambot install method
void
mambot_uninstall
(int $id, string $option, [int $client = 0])
-
int
$id: The id of the module
-
string
$option: The URL option
-
int
$client: The client id
module_uninstall (line
353)
Module uninstall method
void
module_uninstall
(int $id, string $option, [int $client = 0])
-
int
$id: The id of the module
-
string
$option: The URL option
-
int
$client: The client id
returnTo (line
89)
void
returnTo
( $option, $element, $client)
template_uninstall (line
430)
Template uninstall method
void
template_uninstall
(int $id, string $option, [int $client = 0])
-
int
$id: The id of the module
-
string
$option: The URL option
-
int
$client: The client id
uploadFile (line
242)
void
uploadFile
(string $filename, string $userfile_name, string &$error)
-
string
$filename: The name of the php (temporary) uploaded file
-
string
$userfile_name: The name of the file to put in the temp directory
-
string
&$error: The message to return
uploadPackage (line
130)
void
uploadPackage
(string $installerClass, string $option, string $element, $client)
-
string
$installerClass: The class name for the installer
-
string
$option: The URL option
-
string
$element: The element name
-
$client
uploadUrl (line
271)
void
uploadUrl
(string $userurl, string $userfilename, string &$error)
-
string
$userurl: The name of the php (temporary) uploaded file
-
string
$userfilename: The name of the file to put in the temp directory
-
string
&$error: The message to return