|
|
| Participants: |
Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
20/Dec/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
some settings need to carry out some action when value changes - reset cache, cleanup directories, etc.
we could write new class for each setting, but it is often easier to write just a callback function and not create new classes
|
|
Description
|
some settings need to carry out some action when value changes - reset cache, cleanup directories, etc.
we could write new class for each setting, but it is often easier to write just a callback function and not create new classes |
Show » |
|