Class HTMLPurifier_Printer_ConfigForm_default

InheritanceHTMLPurifier_Printer_ConfigForm_default » HTMLPurifier_Printer

Swiss-army knife configuration form field printer

Protected Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$config For easy access. HTMLPurifier_Printer
$generator For HTML generation convenience funcs. HTMLPurifier_Printer

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Initialize $generator. HTMLPurifier_Printer
prepareGenerator() Give generator necessary configuration if possible HTMLPurifier_Printer
render() HTMLPurifier_Printer_ConfigForm_default

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
element() Prints a complete element with content inside HTMLPurifier_Printer
elementEmpty() HTMLPurifier_Printer
end() Returns an end tag HTMLPurifier_Printer
escape() Escapes a string for HTML output. HTMLPurifier_Printer
getClass() Retrieves the class of an object without prefixes, as well as metadata HTMLPurifier_Printer
listify() Takes a list of strings and turns them into a single list HTMLPurifier_Printer
row() Prints a simple key/value row in a table. HTMLPurifier_Printer
start() Returns a start tag HTMLPurifier_Printer
text() HTMLPurifier_Printer

Property Details

$cols public property
public $cols 18
$rows public property
public $rows 5

Method Details

render() public method

public string render ( $ns, $directive, $value, $name, $config )
$ns string
$directive string
$value string
$name string
$config HTMLPurifier_Config|array