Moodle  2.2.1
http://www.collinsharper.com
enrol_bulk_enrolment_change_form Class Reference
Inheritance diagram for enrol_bulk_enrolment_change_form:
Collaboration diagram for enrol_bulk_enrolment_change_form:

Protected Member Functions

 definition ()
 get_status_options ()
 get_users_table (array $users, array $statusoptions)

Detailed Description

A base class that can be used to easily construct a form for use with bulk operations

Definition at line 37 of file bulkchange_forms.php.


Member Function Documentation

definition ( ) [protected]

Defines the standard structure of the form

Reimplemented from moodleform.

Reimplemented in enrol_bulk_enrolment_confirm_form.

Definition at line 42 of file bulkchange_forms.php.

Here is the call graph for this function:

get_status_options ( ) [protected]

Returns an array of status options

Returns:
array

Definition at line 59 of file bulkchange_forms.php.

Here is the caller graph for this function:

get_users_table ( array users,
array statusoptions 
) [protected]

Generates an HTML table to display the users being affected by the bulk change.

Parameters:
array$users
array$statusoptions
Returns:
string

Definition at line 72 of file bulkchange_forms.php.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations