From: jamiesensei Date: Tue, 26 Sep 2006 13:32:15 +0000 (+0000) Subject: file describing a static form element for moodle with setHelpButton method X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eb476e4adb7ba608faa8387dd3030aef537c45e3;p=moodle.git file describing a static form element for moodle with setHelpButton method --- diff --git a/lib/form/static.php b/lib/form/static.php new file mode 100644 index 0000000000..82a6073433 --- /dev/null +++ b/lib/form/static.php @@ -0,0 +1,45 @@ +_helpbutton=call_user_func_array('helpbutton', $helpbuttonargs); + } + /** + * get html for help button + * + * @access public + * @return string html for help button + */ + function getHelpButton(){ + return $this->_helpbutton; + } +} +?> \ No newline at end of file