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


Public Member Functions | |
| __construct ($result, moodle_url $continue) | |
| get_message () | |
| get_info () | |
| get_continue_url () | |
Protected Attributes | |
| $message | |
| $info = array() | |
| $continue | |
Renderable output of submissions allocation process
Definition at line 3017 of file locallib.php.
| __construct | ( | $ | result, |
| moodle_url $ | continue | ||
| ) |
Supplied argument can be either integer status code or an array of string messages. Messages in a array can have optional prefix or prefixes, using '::' as delimiter. Prefixes determine the type of the message and may influence its visualisation.
| mixed | $result | int|array returned by { |
| moodle_url | to continue |
Definition at line 3034 of file locallib.php.

| get_continue_url | ( | ) |
Definition at line 3065 of file locallib.php.

| get_info | ( | ) |
Definition at line 3058 of file locallib.php.


| get_message | ( | ) |
Definition at line 3051 of file locallib.php.

$continue [protected] |
Definition at line 3024 of file locallib.php.
Definition at line 3022 of file locallib.php.
$message [protected] |
Definition at line 3020 of file locallib.php.