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


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) | |
Manual allocation renderer class
Definition at line 32 of file renderer.php.
| helper_participant | ( | stdclass $ | allocation, |
| array $ | userinfo | ||
| ) | [protected] |
Returns information about the workshop participant
Definition at line 97 of file renderer.php.


| helper_remove_allocation_icon | ( | $ | link | ) | [protected] |
Generates an icon link to remove the allocation
| moodle_url | $link | to the action |
Definition at line 201 of file renderer.php.

| 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
Definition at line 159 of file renderer.php.


| 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
Definition at line 120 of file renderer.php.


| render_workshopallocation_manual_allocations | ( | workshopallocation_manual_allocations $ | data | ) | [protected] |
Display the table of all current allocations and widgets to modify them
| workshopallocation_manual_allocations | $data | to be displayed |
Definition at line 44 of file renderer.php.
