[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/form/ -> course.php (summary)

Course selector field. Allows auto-complete ajax searching for courses and can restrict by enrolment, permissions, viewhidden...

Copyright: 2015 Damyon Wiese <damyon@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 164 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MoodleQuickForm_course:: (2 methods):
  __construct()
  setValue()


Class: MoodleQuickForm_course  - X-Ref

Form field type for choosing a course.

Allows auto-complete ajax searching for courses and can restrict by enrolment, permissions, viewhidden...

__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



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1