Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 310 and 400] [Versions 311 and 400] [Versions 39 and 400]

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: 95 lines (3 kb)
Included or required: 1 time
Referenced: 1 time
Includes or requires: 0 files

Defines 3 functions


Functions that are not part of a class:

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.

return: int intance id
param: stdClass $assignment
param: mod_assignment_mod_form $mform

assignment_delete_instance($id)   X-Ref
Deletes an assignment instance

param: $id

assignment_supports($feature)   X-Ref

return: mixed True if module supports feature, false if not, null if doesn't know or string for the module purpose.
param: string $feature FEATURE_xx constant for requested feature