PATH:
home
/
letacommog
/
crmleta
/
libraries
/
htmlpurifier
/
library
/
HTMLPurifier
/
ConfigSchema
/
Interchange
<?php /** * Interchange component class describing namespaces. */ class HTMLPurifier_ConfigSchema_Interchange_Namespace { /** * Name of namespace defined. */ public $namespace; /** * HTML description. */ public $description; } // vim: et sw=4 sts=4
[+]
..
[-] Namespace.php
[edit]
[-] Directive.php
[edit]
[-] Id.php
[edit]