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


Public Member Functions | |
| __construct ($type='ul', $attributes='', $editable=false, $pageurl=null, $page=0, $pageparamname= 'page', $itemsperpage=20, $context=null) | |
| get_records () | |
Data Fields | |
| $table = "question_categories" | |
| $listitemclassname = 'question_category_list_item' | |
| $nextlist = null | |
| $lastlist = null | |
| $context = null | |
| $sortby = 'parent, sortorder, name' | |
Class representing a list of question categories
Definition at line 43 of file category_class.php.
| __construct | ( | $ | type = 'ul', |
| $ | attributes = '', |
||
| $ | editable = false, |
||
| $ | pageurl = null, |
||
| $ | page = 0, |
||
| $ | pageparamname = 'page', |
||
| $ | itemsperpage = 20, |
||
| $ | context = null |
||
| ) |
Definition at line 58 of file category_class.php.
| get_records | ( | ) |
Should be overriden to return an array of records of list items.
Reimplemented from moodle_list.
Definition at line 63 of file category_class.php.

| $context = null |
Definition at line 55 of file category_class.php.
| $lastlist = null |
Definition at line 53 of file category_class.php.
| $listitemclassname = 'question_category_list_item' |
Reimplemented from moodle_list.
Definition at line 45 of file category_class.php.
| $nextlist = null |
Definition at line 49 of file category_class.php.
Definition at line 56 of file category_class.php.
| $table = "question_categories" |
Reimplemented from moodle_list.
Definition at line 44 of file category_class.php.