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.

Class for plan_competency persistence.

Copyright: 2015 Issam Taboubi <issam.taboubi@umontreal.ca>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 180 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: plan_competency  - X-Ref

Class for managing competencies in the plan (add/remove competencies for given plan).

define_properties()   X-Ref
Return the definition of the properties of this model.

return: array

list_competencies($planid)   X-Ref
List the competencies in this plan.

return: array[competency]
param: int $planid The plan id

get_competency($planid, $competencyid)   X-Ref
Get a single competency from the plan (only if it is really in the plan).

return: competency
param: int $planid The plan id
param: int $competencyid The competency id

before_validate()   X-Ref
Hook to execute before validate.

return: void

validate_competencyid($value)   X-Ref
Validate competencyid.

return: true|lang_string
param: int $value ID.

validate_planid($value)   X-Ref
Validate planid.

return: true|lang_string
param: int $value ID.

after_delete($result)   X-Ref
Hook to execute after delete.

return: void
param: bool $result Whether or not the delete was successful.

has_records_for_competencies($competencyids)   X-Ref
Check if plan competency has records for competencies.

return: boolean
param: array $competencyids The competences IDs