cancelWeblink (line
285)
Cancels an edit operation
void
cancelWeblink
(string $option)
-
string
$option: The current url option
editWeblink (line
131)
Compiles information to add or edit
void
editWeblink
(integer $option, $id)
-
integer
$option: The unique id of the record to edit (0 if new)
-
$id
orderWeblinks (line
272)
Moves the order of a record
void
orderWeblinks
(integer $uid, $inc, $option)
-
integer
$uid: The increment to reorder by
-
$inc
-
$option
publishWeblinks (line
241)
Publishes or Unpublishes one or more records
void
publishWeblinks
([array $cid = null], [integer $publish = 1], string $option)
-
array
$cid: An array of unique category id numbers
-
integer
$publish: 0 if unpublishing, 1 if publishing
-
string
$option: The current url option
removeWeblinks (line
217)
Deletes one or more records
void
removeWeblinks
(array $cid, string $option)
-
array
$cid: An array of unique category id numbers
-
string
$option: The current url option
saveWeblink (line
179)
Saves the record on an edit form submit
-
database
$option: A database connector object
showWeblinks (line
77)
Compiles a list of records
-
database
$option: A database connector object