/administrator/components/com_mambots/admin.mambots.php

Description
  • license: GNU/GPL Mambo is Free Software
  • copyright: (C) 2000 - 2005 Miro International Pty Ltd
  • version: $Id: admin.mambots.php,v 1.15 2005/02/15 15:58:12 kochp Exp $
Includes
require_once ($mainframe->getPath('admin_html')) (line 20)

ensure this file is being included by a parent file

Functions
cancelMambot (line 344)

Cancels an edit operation

void cancelMambot (mixed $option, mixed $client)
editMambot (line 200)

Compiles information to add or edit a module

void editMambot (string $option, integer $uid, mixed $client)
  • string $option: The current GET/POST option
  • integer $uid: The unique id of the record to edit
orderMambot (line 359)

Moves the order of a record

void orderMambot (integer $uid, integer $inc, mixed $option, mixed $client)
  • integer $uid: The unique id of record
  • integer $inc: The increment to reorder by
publishMambot (line 312)

Publishes or Unpublishes one or more modules

void publishMambot ([array $cid = null], [integer $publish = 1], mixed $option, mixed $client)
  • array $cid: An array of unique category id numbers
  • integer $publish: 0 if unpublishing, 1 if publishing
removeMambot (line 296)

Deletes one or more mambots

Also deletes associated entries in the #__mambots table.

void removeMambot (array &$cid, mixed $option, mixed $client)
  • array &$cid: An array of unique category id numbers
saveMambot (line 148)

Saves the module after an edit form submit

void saveMambot (mixed $option, mixed $client, mixed $task)
viewMambots (line 80)

Compiles a list of installed or defined modules

void viewMambots (mixed $option, mixed $client)

Documentation generated on Fri, 4 Mar 2005 13:55:38 +1000 by phpDocumentor 1.3.0RC3