Differences Between: [Versions 311 and 400] [Versions 311 and 401]
assignment_base is the base class for assignment types This class provides all the functionality for an assignment
Copyright: | 1999 onwards Martin Dougiamas {@link http://moodle.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 94 lines (3 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
assignment_add_instance($assignment, $mform = null) X-Ref |
Adds an assignment instance Only used by generators so we can create old assignments to test the upgrade. param: stdClass $assignment param: mod_assignment_mod_form $mform return: int intance id |
assignment_delete_instance($id) X-Ref |
Deletes an assignment instance param: $id |
assignment_supports($feature) X-Ref |
param: string $feature FEATURE_xx constant for requested feature return: mixed True if module supports feature, null if doesn't know |