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


Public Member Functions | |
| build () | |
| define_settings () | |
Instantiable class extending base_task in order to be able to perform tests
Definition at line 219 of file testtask.php.
| build | ( | ) |
Function responsible for building the steps of any task (must set the $built property to true)
Reimplemented from base_task.
Definition at line 220 of file testtask.php.
| define_settings | ( | ) |
This function is invoked on activity creation in order to add all the settings that are associated with one task. The function will, directly, inject the settings in the task.
Reimplemented from base_task.
Definition at line 223 of file testtask.php.