See Release Notes
Long Term Support Release
Renderer class for cohort roles
Copyright: | 2016 Issam Taboubi <issam.taboubi@umontreal.ca> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 76 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
renderer:: (3 methods):
notify_message()
notify_problem()
notify_success()
notify_message($message) X-Ref |
Output a nofication. param: string $message the message to print out return: string HTML fragment. |
notify_problem($message) X-Ref |
Output an error notification. param: string $message the message to print out return: string HTML fragment. |
notify_success($message) X-Ref |
Output a success notification. param: string $message the message to print out return: string HTML fragment. |