mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
This class represents the communication bridge from Moodle UI to the (standalone) mdeploy.php utility. It consists of various helper methods useful when dealing with user interface, update confirmation etc. The class is implemented as a singleton. This allows us easily transfer required data from top level scripts (like /admin/index.php) into the rendering methods deep in the stack without the need to change the API of many methods on the way.