[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
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: | 93 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
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 |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |