Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/form/hidden.php
Go to the documentation of this file.
00001 <?php
00002 require_once('HTML/QuickForm/hidden.php');
00003 
00010 class MoodleQuickForm_hidden extends HTML_QuickForm_hidden{
00016     var $_helpbutton='';
00017 
00018     function MoodleQuickForm_hidden($elementName=null, $value='', $attributes=null) {
00019         parent::HTML_QuickForm_hidden($elementName, $value, $attributes);
00020     }
00021 
00029     function setHelpButton($helpbuttonargs, $function='helpbutton'){
00030 
00031     }
00038     function getHelpButton(){
00039         return '';
00040     }
00041 }
 All Data Structures Namespaces Files Functions Variables Enumerations