ILIAS
release_4-3 Revision
|
Bool form field printer. More...
Public Member Functions | |
render ($ns, $directive, $value, $name, $config) | |
Public Member Functions inherited from HTMLPurifier_Printer | |
__construct () | |
Initialize $generator. | |
prepareGenerator ($config) | |
Give generator necessary configuration if possible. |
Additional Inherited Members | |
Protected Member Functions inherited from HTMLPurifier_Printer | |
start ($tag, $attr=array()) | |
Main function that renders object or aspect of that object. | |
end ($tag) | |
Returns an end teg. | |
element ($tag, $contents, $attr=array(), $escape=true) | |
Prints a complete element with content inside. | |
elementEmpty ($tag, $attr=array()) | |
text ($text) | |
row ($name, $value) | |
Prints a simple key/value row in a table. | |
escape ($string) | |
Escapes a string for HTML output. | |
listify ($array, $polite=false) | |
Takes a list of strings and turns them into a single list. | |
getClass ($obj, $sec_prefix= '') | |
Retrieves the class of an object without prefixes, as well as metadata. | |
Protected Attributes inherited from HTMLPurifier_Printer | |
$generator | |
Instance of HTMLPurifier_Generator for HTML generation convenience funcs. | |
$config | |
Instance of HTMLPurifier_Config, for easy access. |
Bool form field printer.
Definition at line 320 of file ConfigForm.php.
HTMLPurifier_Printer_ConfigForm_bool::render | ( | $ns, | |
$directive, | |||
$value, | |||
$name, | |||
$config | |||
) |
Definition at line 321 of file ConfigForm.php.
References HTMLPurifier_Printer\$config, $ret, HTMLPurifier_Printer\element(), HTMLPurifier_Printer\elementEmpty(), HTMLPurifier_Printer\end(), HTMLPurifier_Printer\prepareGenerator(), HTMLPurifier_Printer\start(), and HTMLPurifier_Printer\text().