Files
CRM/libraries/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Namespace.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

22 lines
292 B
PHP

<?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