mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
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
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|