File/administrator/components/com_installer/admin.installer.php

Description
Includes
 require ($path) (line 77)
 require_once ($mainframe->getPath('class')) (line 14)
 require_once ($mainframe->getPath('admin_html')) (line 13)

ensure this file is being included by a parent file

Functions
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)
  • $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

Documentation generated on Mon, 05 May 2008 16:15:11 +0400 by phpDocumentor 1.4.0