You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now lib.php is a mess, functions should have some kind of order instead of appearing anywhere. We have :
Database functions
Term functions
(un)Enrolment functions
Query functions (ie. get enrolments)
Furthermore, not all of these functions could/should be overridable, such as 'get_enrolments'. We should add overridability on a need-only basis, I think.
The text was updated successfully, but these errors were encountered:
Right now lib.php is a mess, functions should have some kind of order instead of appearing anywhere. We have :
Furthermore, not all of these functions could/should be overridable, such as 'get_enrolments'. We should add overridability on a need-only basis, I think.
The text was updated successfully, but these errors were encountered: