ILIAS
Release_4_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
StyleAttribute.php
Go to the documentation of this file.
1
<?php
2
7
class
HTMLPurifier_HTMLModule_StyleAttribute
extends
HTMLPurifier_HTMLModule
8
{
9
10
public
$name
=
'StyleAttribute'
;
11
public
$attr_collections
= array(
12
// The inclusion routine differs from the Abstract Modules but
13
// is in line with the DTD and XML Schemas.
14
'Style'
=> array(
'style'
=>
false
),
// see constructor
15
'Core'
=> array(0 => array(
'Style'
))
16
);
17
18
public
function
setup
(
$config
) {
19
$this->attr_collections[
'Style'
][
'style'
] =
new
HTMLPurifier_AttrDef_CSS
();
20
}
21
22
}
23
24
// vim: et sw=4 sts=4
Services
Html
HtmlPurifier
library
HTMLPurifier
HTMLModule
StyleAttribute.php
Generated on Wed Apr 27 2016 19:01:42 for ILIAS by
1.8.1.2 (using
Doxyfile
)