[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 157 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
admin_plugin_popularity:: (8 methods):
__construct()
getMenuText()
getMenuSort()
forAdminOnly()
handle()
enableAutosubmit()
html()
buildForm()
Class: admin_plugin_popularity - X-Ref
Popularity Feedback Plugin__construct() X-Ref |
admin_plugin_popularity constructor. |
getMenuText($language) X-Ref |
return prompt for admin menu param: $language return: string |
getMenuSort() X-Ref |
return sort order for position in admin menu |
forAdminOnly() X-Ref |
Accessible for managers |
handle() X-Ref |
handle user request |
enableAutosubmit($enable) X-Ref |
Enable or disable autosubmit param: bool $enable If TRUE, it will enable autosubmit. Else, it will disable it. |
html() X-Ref |
Output HTML form |
buildForm($submissionMode, $data = null) X-Ref |
Build the form which presents the data to be sent param: string $submissionMode How is the data supposed to be sent? (may be: 'browser' or 'server') param: string $data The popularity data, if it has already been computed. NULL otherwise. return: string The form, as an html string |