repository extends abstract_repository AbstractYes Public SDK Repository. Extend this class to implement persistence for your entities using the framework mappers and Moodle DB wrappers provided by the support layer. Tags example class course_repository extends \local_middag\base\repository { // Implement methods to load and save aggregates from your domain. } Table of Contents ×