(no description)
File Size: | 89 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
hooks:: (2 methods):
discover_hooks()
discover_hooks_in_namespace()
discover_hooks() X-Ref |
Returns all Moodle hooks in standard hook namespace. return: array list of hook classes |
discover_hooks_in_namespace(string $component, string $namespace) X-Ref |
Look up all non-abstract classes in "$component\$namespace" namespace. param: string $component param: string $namespace return: array list of hook classes |