Public Member Functions | |
getHtml ($userId, $moduleComponentId, $action) | |
deleteModule ($moduleComponentId) | |
copyModule ($moduleComponentId) | |
createModule (&$moduleComponentId) | |
getHtml ($gotuid, $gotmoduleComponentId, $gotaction) | |
actionView () | |
createModule (&$moduleComponentId) | |
deleteModule ($moduleComponentId) | |
copyModule ($moduleComponentId) |
The interface to be followed by each module. In addition to this, each module needs to have a function with the name actionAction for each action. (eg: actionView, actionEdit named functions)
Definition at line 310 of file content.lib.php.
actionView | ( | ) |
Reimplemented in book, hospi, news, newsletter, pagelist, poll, pr, qaos, quiz, scrolltext, sitemap, and sqlquery.
Definition at line 47 of file module.lib.php.
copyModule | ( | $ | moduleComponentId | ) |
Reimplemented in book, hospi, news, newsletter, pagelist, poll, pr, qaos, quiz, scrolltext, sitemap, and sqlquery.
Definition at line 73 of file module.lib.php.
copyModule | ( | $ | moduleComponentId | ) |
createModule | ( | &$ | moduleComponentId | ) |
createModule | ( | &$ | moduleComponentId | ) |
Reimplemented in book, hospi, news, newsletter, pagelist, poll, pr, qaos, quiz, scrolltext, sitemap, and sqlquery.
Definition at line 51 of file module.lib.php.
deleteModule | ( | $ | moduleComponentId | ) |
Reimplemented in book, hospi, news, newsletter, pagelist, poll, pr, qaos, quiz, scrolltext, sitemap, and sqlquery.
Definition at line 63 of file module.lib.php.
deleteModule | ( | $ | moduleComponentId | ) |
getHtml | ( | $ | userId, | |
$ | moduleComponentId, | |||
$ | action | |||
) |
getHtml | ( | $ | gotuid, | |
$ | gotmoduleComponentId, | |||
$ | gotaction | |||
) |
Reimplemented in book, forum, hospi, news, newsletter, pagelist, poll, pr, qaos, quiz, scrolltext, sitemap, and sqlquery.
Definition at line 30 of file module.lib.php.