Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Abstract class to extend in order to transform @xml_writer text contents. More...
Public Member Functions | |
process ($content) | |
Abstract class to extend in order to transform @xml_writer text contents.
Implementations of this class will provide @xml_writer 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
|
abstract |
Reimplemented in moodle1_xml_transformer.