mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
a2d044f58d
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1577 48356398-32a2-884e-a903-53898d9a118a
12 lines
167 B
PHP
12 lines
167 B
PHP
<?php
|
|
|
|
/**
|
|
* The XMLSerializer hierarchy of classes consist of classes that take
|
|
* objects and convert them to XML form.
|
|
*/
|
|
class ConfigDoc_XMLSerializer
|
|
{
|
|
|
|
}
|
|
|