ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
XMLCommonAttributes.php
Go to the documentation of this file.
1
<?
php
2
3
class
HTMLPurifier_HTMLModule_XMLCommonAttributes
extends
HTMLPurifier_HTMLModule
4
{
8
public
$name
=
'XMLCommonAttributes'
;
9
13
public
$attr_collections
= array(
14
'Lang'
=> array(
15
'xml:lang'
=>
'LanguageCode'
,
16
)
17
);
18
}
19
20
// vim: et sw=4 sts=4
php
An exception for terminatinating execution or to throw for unit testing.
HTMLPurifier_HTMLModule_XMLCommonAttributes
Definition:
XMLCommonAttributes.php:4
HTMLPurifier_HTMLModule_XMLCommonAttributes\$attr_collections
$attr_collections
@type array
Definition:
XMLCommonAttributes.php:13
HTMLPurifier_HTMLModule_XMLCommonAttributes\$name
$name
@type string
Definition:
XMLCommonAttributes.php:8
HTMLPurifier_HTMLModule
Represents an XHTML 1.1 module, with information on elements, tags and attributes.
Definition:
HTMLModule.php:19
libs
composer
vendor
ezyang
htmlpurifier
library
HTMLPurifier
HTMLModule
XMLCommonAttributes.php
Generated on Thu Oct 2 2025 19:01:02 for ILIAS by
1.9.4 (using
Doxyfile
)