[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/administrator/components/com_installer/ -> admin.installer.php (summary)

(no description)

File Size: 508 lines (20 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 12 functions


Functions that are not part of a class:

returnTo($option, $element, $client)   X-Ref

author: Mambo Foundation Inc see README.php

getCurrentAddonVersion($xmlfile)   X-Ref

param: string Path to the addons xml file

uploadPackage( $installerClass, $option, $element, $client )   X-Ref

param: string The class name for the installer
param: string The URL option
param: string The element name

installFromDirectory( $installerClass, $option, $element, $client )   X-Ref
Install a template from a directory

param: string The URL option

installFromUrl( $installerClass, $option, $element, $client )   X-Ref
Install a template from an HTTP URL

param: string The URL option

uploadFile( $filename, $userfile_name, &$error )   X-Ref

param: string The name of the php (temporary) uploaded file
param: string The name of the file to put in the temp directory
param: string The message to return

uploadUrl( $userurl, $userfilename, &$error )   X-Ref

param: string The name of the php (temporary) uploaded file
param: string The name of the file to put in the temp directory
param: string The message to return

component_uninstall( $cid, $option, $client=0 )   X-Ref
Component uninstall method

param: int The id of the module
param: string The URL option
param: int The client id

module_uninstall( $id, $option, $client=0 )   X-Ref
Module uninstall method

param: int The id of the module
param: string The URL option
param: int The client id

mambot_uninstall( $id, $option, $client=0 )   X-Ref
Mambot install method

param: int The id of the module
param: string The URL option
param: int The client id

template_uninstall( $id, $option, $client=0 )   X-Ref
Template uninstall method

param: int The id of the module
param: string The URL option
param: int The client id

language_uninstall( $id, $option, $client=0 )   X-Ref
Language uninstall method

param: int The id of the module
param: string The URL option
param: int The client id