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

Description
Includes
 require_once ($mainframe->getPath('admin_html')) (line 19)

ensure this file is being included by a parent file

 require_once ($mainframe->getPath('class')) (line 20)
Functions
cancelContact (line 291)

PT

Cancels editing and checks in the record

void cancelContact ()
changeContact (line 247)

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 130)

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 278)

JJC

Moves the order of a record

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

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 182)

Saves the record from an edit form submit

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

List the records

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

Documentation generated on Mon, 05 May 2008 16:13:32 +0400 by phpDocumentor 1.4.0