ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
HTMLPurifier_HTMLModule_XMLCommonAttributes\$attr_collections
$attr_collections
array
Definition:
XMLCommonAttributes.php:13
HTMLPurifier_HTMLModule_XMLCommonAttributes
Definition:
XMLCommonAttributes.php:3
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
HTMLPurifier_HTMLModule
Represents an XHTML 1.1 module, with information on elements, tags and attributes.
Definition:
HTMLModule.php:18
HTMLPurifier_HTMLModule_XMLCommonAttributes\$name
$name
string
Definition:
XMLCommonAttributes.php:8
libs
composer
vendor
ezyang
htmlpurifier
library
HTMLPurifier
HTMLModule
XMLCommonAttributes.php
Generated on Sat Jan 18 2025 19:01:02 for ILIAS by
1.8.13 (using
Doxyfile
)