mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-25 07:07:02 +00:00
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1518 48356398-32a2-884e-a903-53898d9a118a
11 lines
190 B
PHP
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
|
|
{
|
|
|
|
}
|