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


Public Member Functions | |
| __construct (workshop $workshop) | |
| init () | |
| ui () | |
Static Public Member Functions | |
| static | delete_instance ($workshopid) |
Data Fields | |
| const | MSG_ADDED = 1 |
| const | MSG_NOSUBMISSION = 2 |
| const | MSG_EXISTS = 3 |
| const | MSG_CONFIRM_DEL = 4 |
| const | MSG_DELETED = 5 |
| const | MSG_DELETE_ERROR = 6 |
Protected Attributes | |
| $workshop | |
| __construct | ( | workshop $ | workshop | ) |
| static delete_instance | ( | $ | workshopid | ) | [static] |
Delete all data related to a given workshop module instance
This plugin does not store any data.
| int | $workshopid | id of the workshop module instance being deleted |
Implements workshop_allocator.
| init | ( | ) |
Allocate submissions as requested by user
Implements workshop_allocator.
Definition at line 58 of file lib.php.

| ui | ( | ) |
Prints user interface - current allocation and a form to edit it
Implements workshop_allocator.
Definition at line 132 of file lib.php.

| const MSG_ADDED = 1 |
| const MSG_CONFIRM_DEL = 4 |
| const MSG_DELETE_ERROR = 6 |
| const MSG_DELETED = 5 |
| const MSG_EXISTS = 3 |
| const MSG_NOSUBMISSION = 2 |