moodle/enrol
Simey Lameze 0ab8b33754 MDL-29110 enrol_self: improve send course welcome message setting
This commit change send course welcome message to a drop-down that now supports sending emails from:
- Course contact
- Enrolment key holder
- No reply address
Also moves part of the logic of handling send welcome email from to a new method get_welcome_email_contact() and unit test for this new method.
2016-10-26 09:38:09 +08:00
..
category
cohort
database
flatfile
guest
imsenterprise
ldap
lti
manual
meta
mnet
paypal
self MDL-29110 enrol_self: improve send course welcome message setting 2016-10-26 09:38:09 +08:00
tests
yui
ajax.php
bulkchange.php
bulkchange_forms.php
editenrolment.php
editenrolment_form.php
editinstance.php
editinstance_form.php
externallib.php
index.php
instances.php
locallib.php
otherusers.php
README.txt
renderer.php
test_settings.php
unenroluser.php
upgrade.txt
users.php
users_forms.php

ENROLMENT MODULES
-----------------

(Yes, that's the correct English spelling  ;-) )

All enrolment modules must extend base class enrol_plugin
which is defined in lib/enrollib.php. You can find documentation
of each method in the base class.