mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-05 06:01:52 +00:00
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
|
||
|
{
|
||
|
|
||
|
}
|