|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| process ($content) | |
Abstract class to extend in order to transform text contents
Implementations of this class will provide with the ability of transform xml text contents before being sent to output. Useful for various things like link transformations in the backup process and others.
Just define the process() method, program the desired transformations and done!
TODO: Finish phpdocs
Definition at line 36 of file xml_contenttransformer.class.php.
| process | ( | $ | content | ) | [abstract] |
Reimplemented in moodle1_xml_transformer, mock_xml_contenttransformer, and backup_xml_transformer.