...
Simply put a SMS plugin needs to implement the functions in the abstract class plugins_sms which in turn implements the abstract class plugins.
Info |
---|
It is recommended (to save having to make changes to your plugin due to core changes) to use the API when enrolling students onto modules, creating modules etc. |
...
The following snippets are from example main class file that implements all of the required functions for a SMS plugin.
...