Moodle  2.2.1
http://www.collinsharper.com
xml_contenttransformer Class Reference
Inheritance diagram for xml_contenttransformer:

Public Member Functions

 process ($content)

Detailed Description

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.


Member Function Documentation

process ( content) [abstract]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations