|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| render ($config) | |
Protected Member Functions | |
| renderDoctype () | |
| renderEnvironment () | |
| renderContentSets () | |
| renderInfo () | |
| renderChildren ($def) | |
| listifyTagLookup ($array) | |
| listifyObjectList ($array) | |
| listifyAttr ($array) | |
| heavyHeader ($text, $num=1) | |
Protected Attributes | |
| $def | |
Definition at line 3 of file HTMLDefinition.php.
| heavyHeader | ( | $ | text, |
| $ | num = 1 |
||
| ) | [protected] |
Creates a heavy header row
Definition at line 262 of file HTMLDefinition.php.


| listifyAttr | ( | $ | array | ) | [protected] |
Listifies a hash of attributes to AttrDef classes
| $array | Array hash in form of array('attrname' => HTMLPurifier_AttrDef) |
Definition at line 249 of file HTMLDefinition.php.


| listifyObjectList | ( | $ | array | ) | [protected] |
Listifies a list of objects by retrieving class names and internal state
| $array | List of objects |
Definition at line 236 of file HTMLDefinition.php.


| listifyTagLookup | ( | $ | array | ) | [protected] |
Listifies a tag lookup table.
| $array | Tag lookup array in form of array('tagname' => true) |
Definition at line 221 of file HTMLDefinition.php.


| render | ( | $ | config | ) |
| renderChildren | ( | $ | def | ) | [protected] |
Renders a row describing the allowed children of an element
| $def | HTMLPurifier_ChildDef of pertinent element |
Definition at line 170 of file HTMLDefinition.php.


| renderContentSets | ( | ) | [protected] |
Renders the Content Sets table
Definition at line 93 of file HTMLDefinition.php.


| renderDoctype | ( | ) | [protected] |
Renders the Doctype table
Definition at line 32 of file HTMLDefinition.php.


| renderEnvironment | ( | ) | [protected] |
Renders environment table, which is miscellaneous info
Definition at line 49 of file HTMLDefinition.php.


| renderInfo | ( | ) | [protected] |
Renders the Elements ($info) table
Definition at line 110 of file HTMLDefinition.php.


$def [protected] |
Instance of HTMLPurifier_HTMLDefinition, for easy access
Definition at line 9 of file HTMLDefinition.php.