|
HTMLPurifier 4.4.0
|
Printer decorator for directives that accept null. More...
Public Member Functions | |
| __construct ($obj) | |
| render ($ns, $directive, $value, $name, $config) | |
Protected Attributes | |
| $obj | |
| Printer being decorated. | |
Printer decorator for directives that accept null.
Definition at line 188 of file ConfigForm.php.
| HTMLPurifier_Printer_ConfigForm_NullDecorator::__construct | ( | $ | obj | ) |
| $obj | Printer to decorate |
Definition at line 196 of file ConfigForm.php.
References $obj, and HTMLPurifier_Printer::__construct().
| HTMLPurifier_Printer_ConfigForm_NullDecorator::render | ( | $ | ns, |
| $ | directive, | ||
| $ | value, | ||
| $ | name, | ||
| $ | config | ||
| ) |
HTMLPurifier_Printer_ConfigForm_NullDecorator::$obj [protected] |
Printer being decorated.
Definition at line 192 of file ConfigForm.php.
Referenced by __construct().