/administrator/components/com_contact/admin.contact.php

Description
  • license: GNU/GPL Mambo is Free Software
  • copyright: (C) 2000 - 2005 Miro International Pty Ltd
  • version: $Id: admin.contact.php,v 1.10 2005/01/06 01:13:16 eddieajau Exp $
Includes
require_once ($mainframe->getPath('admin_html')) (line 20)

ensure this file is being included by a parent file

require_once ($mainframe->getPath('class')) (line 21)
Functions
cancelContact (line 294)

PT

Cancels editing and checks in the record

void cancelContact ()
changeContact (line 250)

Changes the state of one or more content pages

void changeContact ([array $cid = null], [integer $state = 0], string $option)
  • array $cid: An array of unique category id numbers
  • integer $state: 0 if unpublishing, 1 if publishing
  • string $option: The current option
editContact (line 133)

Creates a new or edits and existing user record

void editContact (int $id, string $option)
  • int $id: The id of the record, 0 if a new entry
  • string $option: The current GET/POST option
orderContacts (line 281)

JJC

Moves the order of a record

void orderContacts (integer $uid, mixed $inc, mixed $option)
  • integer $uid: The increment to reorder by
removeContacts (line 230)

Removes records

void removeContacts (array &$cid, string $option)
  • array &$cid: An array of id keys to remove
  • string $option: The current GET/POST option
saveContact (line 185)

Saves the record from an edit form submit

void saveContact (string $option)
  • string $option: The current GET/POST option
showContacts (line 80)

List the records

void showContacts (string $option)
  • string $option: The current GET/POST option

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