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

Protected Member Functions

 render_workshopallocation_manual_allocations (workshopallocation_manual_allocations $data)
 helper_participant (stdclass $allocation, array $userinfo)
 helper_reviewers_of_participant (stdclass $allocation, array $userinfo, array $reviewers, $selfassessment)
 helper_reviewees_of_participant (stdclass $allocation, array $userinfo, array $authors, $selfassessment)
 helper_remove_allocation_icon ($link)

Detailed Description

Manual allocation renderer class

Definition at line 32 of file renderer.php.


Member Function Documentation

helper_participant ( stdclass $  allocation,
array userinfo 
) [protected]

Returns information about the workshop participant

Returns:
string HTML code

Definition at line 97 of file renderer.php.

Here is the call graph for this function:

Here is the caller graph for this function:

helper_remove_allocation_icon ( link) [protected]

Generates an icon link to remove the allocation

Parameters:
moodle_url$linkto the action
Returns:
html code to be displayed

Definition at line 201 of file renderer.php.

Here is the caller graph for this function:

helper_reviewees_of_participant ( stdclass $  allocation,
array userinfo,
array authors,
selfassessment 
) [protected]

Returns information about the current reviewees of the given participant and a selector do add new one

Returns:
string html code

Definition at line 159 of file renderer.php.

Here is the call graph for this function:

Here is the caller graph for this function:

helper_reviewers_of_participant ( stdclass $  allocation,
array userinfo,
array reviewers,
selfassessment 
) [protected]

Returns information about the current reviewers of the given participant and a selector do add new one

Returns:
string html code

Definition at line 120 of file renderer.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Display the table of all current allocations and widgets to modify them

Parameters:
workshopallocation_manual_allocations$datato be displayed
Returns:
string html code

Definition at line 44 of file renderer.php.

Here is the call graph for this function:


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