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

Public Member Functions

 __construct ($result, moodle_url $continue)
 get_message ()
 get_info ()
 get_continue_url ()

Protected Attributes

 $message
 $info = array()
 $continue

Detailed Description

Renderable output of submissions allocation process

Definition at line 3017 of file locallib.php.


Constructor & Destructor Documentation

__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.

Parameters:
mixed$resultint|array returned by {
See also:
workshop_allocator::init()}
Parameters:
moodle_urlto continue

Definition at line 3034 of file locallib.php.

Here is the call graph for this function:


Member Function Documentation

Returns:
moodle_url where the user shoudl continue

Definition at line 3065 of file locallib.php.

Here is the caller graph for this function:

get_info ( )
Returns:
array of strings with allocation process details

Definition at line 3058 of file locallib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Returns:
workshop_message instance to render

Definition at line 3051 of file locallib.php.

Here is the caller graph for this function:


Field Documentation

$continue [protected]

Definition at line 3024 of file locallib.php.

$info = array() [protected]

Definition at line 3022 of file locallib.php.

$message [protected]

Definition at line 3020 of file locallib.php.


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