Moodle APIs 4.2
Moodle 4.2.7 (Build: 20240422)
|
Context maintenance and helper methods. More...
Classes | |
class | core\context_helper |
Namespaces | |
namespace | core |
| |
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.