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


Public Member Functions | |
| instance_deleteable ($instance) | |
| get_newinstance_link ($courseid) | |
| cron () | |
| course_updated ($inserted, $course, $data) | |
| course_updated | ( | $ | inserted, |
| $ | course, | ||
| $ | data | ||
| ) |
Called after updating/inserting course.
| bool | $inserted | true if course just inserted |
| object | $course | |
| object | $data | form data |
Reimplemented from enrol_plugin.
Definition at line 85 of file lib.php.

| cron | ( | ) |
Called for all enabled enrol plugins that returned true from is_cron_required().
Reimplemented from enrol_plugin.
Definition at line 66 of file lib.php.

| get_newinstance_link | ( | $ | courseid | ) |
Returns link to page which may be used to add new instance of enrolment plugin in course.
| int | $courseid |
Reimplemented from enrol_plugin.
| instance_deleteable | ( | $ | instance | ) |
Is it possible to delete enrol instance via standard UI?
| object | $instance |
Reimplemented from enrol_plugin.
Definition at line 42 of file lib.php.
