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