Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
Classes | Namespaces
context_helper.php File Reference

Context maintenance and helper methods. More...

Classes

class  core\context_helper
 

Namespaces

namespace  core
  
 

Detailed Description

Context maintenance and helper methods.

This is "extends context" is a bloody hack that tires to work around the deficiencies in the "protected" keyword in PHP, this helps us to hide all the internals of context level implementation from the rest of code, the code completion returns what developers need.

Thank you Tim Hunt for helping me with this nasty trick.