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