Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
|
Non instantiable helper class providing DB support to the questions backup stuff. More...
Static Protected Member Functions | |
static | get_parent_categories (int $categoryid) |
Recursively find the parents and ancestors of the given category. | |
Non instantiable helper class providing DB support to the questions backup stuff.
This class contains various static methods available for all the DB operations performed by questions stuff
TODO: Finish phpdocs
|
staticprotected |
Recursively find the parents and ancestors of the given category.
int | $categoryid | The category we want to find parents for. |
array | id => parentid for each category |