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