cancelNewsFeed (line 258)
Cancels an edit operation
void
cancelNewsFeed
(string $option)
-
string
$option: The current GET/POST option
editNewsFeed (line 127)
Creates a new or edits and existing user record
void
editNewsFeed
(int $id, string $option)
-
int
$id: The id of the user, 0 if a new entry
-
string
$option: The current GET/POST option
orderNewsFeed (line 273)
Moves the order of a record
void
orderNewsFeed
(integer $id, integer $inc, string $option)
-
integer
$id: The id of the record to move
-
integer
$inc: The direction to reorder, +1 down, -1 up
-
string
$option: The current GET/POST option
publishNewsFeeds (line 198)
Publishes or Unpublishes one or more modules
void
publishNewsFeeds
(array $cid, integer $publish, string $option)
-
array
$cid: An array of unique category id numbers
-
integer
$publish: 0 if unpublishing, 1 if publishing
-
string
$option: The current GET/POST option
removeNewsFeeds (line 232)
Removes records
void
removeNewsFeeds
(array &$cid, string $option)
-
array
&$cid: An array of id keys to remove
-
string
$option: The current GET/POST option
saveNewsFeed (line 166)
Saves the record from an edit form submit
void
saveNewsFeed
(string $option)
-
string
$option: The current GET/POST option
showNewsFeeds (line 81)
List the records
void
showNewsFeeds
(string $option)
-
string
$option: The current GET/POST option