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
Directive.php
Go to the documentation of this file.
1
<?php
2
6
class
HTMLPurifier_ConfigSchema_Interchange_Directive
7
{
8
12
public
$id
;
13
17
public
$type
;
18
22
public
$default
;
23
27
public
$description
;
28
32
public
$typeAllowsNull
=
false
;
33
38
public
$allowed
;
39
44
public
$aliases
= array();
45
50
public
$valueAliases
;
51
56
public
$version
;
57
62
public
$deprecatedUse
;
63
68
public
$deprecatedVersion
;
69
73
public
$external
= array();
74
75
}
76
77
// vim: et sw=4 sts=4
Services
Html
HtmlPurifier
library
HTMLPurifier
ConfigSchema
Interchange
Directive.php
Generated on Wed Apr 27 2016 19:01:42 for ILIAS by
1.8.1.2 (using
Doxyfile
)