library/HTMLPurifier/ConfigSchema/Interchange/Directive.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class HTMLPurifier_ConfigSchema_Interchange_Directive
00007 {
00008     
00012     public $id;
00013     
00017     public $type;
00018     
00022     public $default;
00023     
00027     public $description;
00028     
00032     public $typeAllowsNull = false;
00033     
00038     public $allowed;
00039     
00044     public $aliases = array();
00045     
00050     public $valueAliases;
00051     
00056     public $version;
00057     
00062     public $deprecatedUse;
00063     
00068     public $deprecatedVersion;
00069     
00073     public $external = array();
00074     
00075 }

Generated on Thu Jun 19 18:47:26 2008 for HTMLPurifier by  doxygen 1.5.3