[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/installer/adapters/ -> module.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id:module.php 6961 2007-03-15 16:06:53Z tcp $
File Size: 398 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JInstallerModule:: (5 methods):
  __construct()
  install()
  uninstall()
  _rollback_menu()
  _rollback_module()


Class: JInstallerModule  - X-Ref

Module installer

__construct(&$parent)   X-Ref
Constructor

param: object    $parent    Parent object [JInstaller instance]
return: void

install()   X-Ref
Custom install method

return: boolean    True on success

uninstall( $id, $clientId )   X-Ref
Custom uninstall method

param: int        $id            The id of the module to uninstall
param: int        $clientId    The id of the client (unused)
return: boolean    True on success

_rollback_menu($arg)   X-Ref
Custom rollback method
- Roll back the menu item

param: array    $arg    Installation step to rollback
return: boolean    True on success

_rollback_module($arg)   X-Ref
Custom rollback method
- Roll back the module item

param: array    $arg    Installation step to rollback
return: boolean    True on success



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1