mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
b8e13a5742
The internal method (the default) simply replicates Moodle's existing behaviour and is working fine. The new flatfile module also works. There is no admin config interface yet, I'm still implementing this using templates.
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
ENROLMENT MODULES
|
|
-----------------
|
|
|
|
(Yes, that's the correct English spelling ;-) )
|
|
|
|
enrol.class.php contains the base class and explains
|
|
all the possible functions that an enrolment module
|
|
can have.
|
|
|
|
Each plugin is in a subfolder here and extends the
|
|
base class as necessary.
|
|
|
|
|
|
Martin Dougiamas and Shane Elliott, Moodle.com
|
|
|