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


Public Member Functions | |
| __construct (workshop $workshop, $userid) | |
| get_examples () | |
Data Fields | |
| $userid | |
| $workshop | |
| $phases = array() | |
Protected Attributes | |
| $examples = null | |
Represents the user planner tool
Planner contains list of phases. Each phase contains list of tasks. Task is a simple object with title, link and completed (true/false/null logic).
Definition at line 2156 of file locallib.php.
| __construct | ( | workshop $ | workshop, |
| $ | userid | ||
| ) |
Prepare an individual workshop plan for the given user.
| workshop | $workshop | instance |
| int | $userid | whom the plan is prepared for |
Definition at line 2173 of file locallib.php.

| get_examples | ( | ) |
Returns example submissions to be assessed by the owner of the planner
This is here to cache the DB query because the same list is needed later in view.php
Definition at line 2541 of file locallib.php.


$examples = null [protected] |
Definition at line 2165 of file locallib.php.
| $phases = array() |
Definition at line 2163 of file locallib.php.
Definition at line 2159 of file locallib.php.
Definition at line 2161 of file locallib.php.