16 $this->def =
$config->getCSSDefinition();
19 $ret .= $this->
start(
'div',
array(
'class' =>
'HTMLPurifier_Printer'));
22 $ret .= $this->
element(
'caption',
'Properties ($info)');
27 $ret .= $this->
element(
'th',
'Definition',
array(
'class' =>
'heavy',
'style' =>
'width:auto;'));
31 ksort($this->def->info);
32 foreach ($this->def->info as $property => $obj) {
start($tag, $attr=array())
Main function that renders object or aspect of that object.
$def
HTMLPurifier_CSSDefinition
row($name, $value)
Prints a simple key/value row in a table.
end($tag)
Returns an end tag.
getClass($obj, $sec_prefix='')
Retrieves the class of an object without prefixes, as well as metadata.
Create styles array
The data for the language used.
element($tag, $contents, $attr=array(), $escape=true)
Prints a complete element with content inside.