Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 400] [Versions 310 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: 2 times
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.

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