0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-08 14:58:42 +00:00
htmlpurifier/extras/ConfigSchema/DirectiveParser.php
2008-01-27 05:31:06 +00:00

11 lines
190 B
PHP

<?php
/**
* Parses directive files, building up object representation of
* configuration directives for runtime use or for documentation.
*/
class ConfigSchema_DirectiveParser
{
}