XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
ChildDef.php
Go to the documentation of this file.
1
<?php
2
6
abstract
class
HTMLPurifier_ChildDef
7
{
12
public
$type
;
13
20
public
$allow_empty
;
21
25
public
$elements
= array();
26
31
public
function
getAllowedElements
(
$config
) {
32
return
$this->elements
;
33
}
34
45
abstract
public
function
validateChildren
($tokens_of_children,
$config
, $context);
46
}
47
48
// vim: et sw=4 sts=4
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
library
HTMLPurifier
ChildDef.php
Generated on Fri May 10 2013 01:04:30 for XOOPS 2.5.6 by
1.8.3.1