0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-05 06:01:52 +00:00
htmlpurifier/extras/ConfigSchema/DirectiveParser.php

11 lines
190 B
PHP
Raw Normal View History

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