cancelMambot (line 344)
Cancels an edit operation
void
cancelMambot
(mixed $option, mixed $client)
editMambot (line 200)
Compiles information to add or edit a module
void
editMambot
(string $option, integer $uid, mixed $client)
-
string
$option: The current GET/POST option
-
integer
$uid: The unique id of the record to edit
orderMambot (line 359)
Moves the order of a record
void
orderMambot
(integer $uid, integer $inc, mixed $option, mixed $client)
-
integer
$uid: The unique id of record
-
integer
$inc: The increment to reorder by
publishMambot (line 312)
Publishes or Unpublishes one or more modules
void
publishMambot
([array $cid = null], [integer $publish = 1], mixed $option, mixed $client)
-
array
$cid: An array of unique category id numbers
-
integer
$publish: 0 if unpublishing, 1 if publishing
removeMambot (line 296)
Deletes one or more mambots
Also deletes associated entries in the #__mambots table.
void
removeMambot
(array &$cid, mixed $option, mixed $client)
-
array
&$cid: An array of unique category id numbers
saveMambot (line 148)
Saves the module after an edit form submit
void
saveMambot
(mixed $option, mixed $client, mixed $task)
viewMambots (line 80)
Compiles a list of installed or defined modules
void
viewMambots
(mixed $option, mixed $client)