|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Bool form field printer. More...
Inheritance diagram for HTMLPurifier_Printer_ConfigForm_bool:
Collaboration diagram for HTMLPurifier_Printer_ConfigForm_bool: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 381 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 391 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().
Here is the call graph for this function: