Nathanwoodburn.github.io/libraries/plugins/IDS/vendors/htmlpurifier/HTMLPurifier/ConfigDef/Namespace.php

11 lines
169 B
PHP
Raw Normal View History

2021-08-30 15:06:36 +10:00
<?php
/**
* Structure object describing of a namespace
*/
class HTMLPurifier_ConfigDef_Namespace extends HTMLPurifier_ConfigDef
{
public $class = 'namespace';
}