ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Swiss-army knife configuration 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... | |
Data Fields | |
$cols = 18 | |
int More... | |
$rows = 5 | |
int 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... | |
Swiss-army knife configuration form field printer.
Definition at line 278 of file ConfigForm.php.
HTMLPurifier_Printer_ConfigForm_default::render | ( | $ns, | |
$directive, | |||
$value, | |||
$name, | |||
$config | |||
) |
string | $ns | |
string | $directive | |
string | $value | |
string | $name | |
HTMLPurifier_Config | array | $config |
Definition at line 298 of file ConfigForm.php.
References $cols, HTMLPurifier_Printer\$config, $def, $i, $ret, $rows, $type, HTMLPurifier_VarParser\ALIST, array, HTMLPurifier_Printer\element(), HTMLPurifier_Printer\elementEmpty(), HTMLPurifier_Printer\end(), HTMLPurifier_VarParser\HASH, HTMLPurifier_VarParser\ITEXT, HTMLPurifier_VarParser\LOOKUP, HTMLPurifier_VarParser\MIXED, PHP_EOL, HTMLPurifier_Printer\prepareGenerator(), HTMLPurifier_Printer\start(), HTMLPurifier_VarParser\TEXT, and HTMLPurifier_Printer\text().
HTMLPurifier_Printer_ConfigForm_default::$cols = 18 |
int
Definition at line 283 of file ConfigForm.php.
HTMLPurifier_Printer_ConfigForm_default::$rows = 5 |
int
Definition at line 288 of file ConfigForm.php.