summaryrefslogtreecommitdiff
path: root/lib/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange/Namespace.php
blob: 3ffac0a0f4a766cbaca3551d8df6a84179f25430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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