Differences Between: [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403] [Versions 39 and 310]
Course selector field. Allows auto-complete ajax searching for cohort.
Copyright: | 2015 Damyon Wiese <damyon@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 151 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MoodleQuickForm_cohort:: (2 methods):
__construct()
setValue()
Class: MoodleQuickForm_cohort - X-Ref
Form field type for choosing a cohort.__construct($elementname = null, $elementlabel = null, $options = array() X-Ref |
Constructor param: string $elementname Element name param: mixed $elementlabel Label(s) for an element param: array $options Options to control the element's display |
setValue($value) X-Ref |
Set the value of this element. If values can be added or are unknown, we will make sure they exist in the options array. param: string|array $value The value to set. return: boolean |