[3.1.0] More PHP4->PHP5 conversions, notably reference removal of most methods that...
[htmlpurifier.git] / library / HTMLPurifier / ConfigDef.php
blobfe35e7a6cfa59eedef2f4e422ebd460de83dd59d
1 <?php
3 /**
4 * Base class for configuration entity
5 */
6 abstract class HTMLPurifier_ConfigDef {
7 public $class = false;