ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
NonXMLCommonAttributes.php
Go to the documentation of this file.
1
<?php
2
3
class
HTMLPurifier_HTMLModule_NonXMLCommonAttributes
extends
HTMLPurifier_HTMLModule
4
{
8
public
$name
=
'NonXMLCommonAttributes'
;
9
13
public
$attr_collections
=
array
(
14
'Lang'
=>
array
(
15
'lang'
=>
'LanguageCode'
,
16
)
17
);
18
}
19
20
// vim: et sw=4 sts=4
HTMLPurifier_HTMLModule_NonXMLCommonAttributes
Definition:
NonXMLCommonAttributes.php:3
HTMLPurifier_HTMLModule_NonXMLCommonAttributes\$name
$name
string
Definition:
NonXMLCommonAttributes.php:8
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_NonXMLCommonAttributes\$attr_collections
$attr_collections
array
Definition:
NonXMLCommonAttributes.php:13
libs
composer
vendor
ezyang
htmlpurifier
library
HTMLPurifier
HTMLModule
NonXMLCommonAttributes.php
Generated on Sat Jan 18 2025 19:01:02 for ILIAS by
1.8.13 (using
Doxyfile
)