|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| MoodleQuickForm_questioncategory ($elementName=null, $elementLabel=null, $options=null, $attributes=null) | |
Data Fields | |
| $_options = array('top'=>false, 'currentcat'=>0, 'nochildrenof' => -1) | |
HTML class for a drop down element to select a question category. public
Definition at line 19 of file questioncategory.php.
| MoodleQuickForm_questioncategory | ( | $ | elementName = null, |
| $ | elementLabel = null, |
||
| $ | options = null, |
||
| $ | attributes = null |
||
| ) |
Constructor
| string | $elementName | Select name attribute |
| mixed | $elementLabel | Label(s) for the select |
| mixed | $attributes | Either a typical HTML attribute string or an associative array |
| array | $options | additional options. Recognised options are courseid, published and only_editable, corresponding to the arguments of question_category_options from moodlelib.php. public |
Definition at line 33 of file questioncategory.php.

| $_options = array('top'=>false, 'currentcat'=>0, 'nochildrenof' => -1) |
Definition at line 20 of file questioncategory.php.