Elgg
Version 4.3
|
Validates input using htmlawed. More...
Public Member Functions | |
__invoke (\Elgg\Hook $hook) | |
htmLawed filtering of data More... | |
Elgg\Input\ValidateInputHandler::__invoke | ( | \Elgg\Hook | $hook | ) |
htmLawed filtering of data
Called on the 'sanitize', 'input' plugin hook
htmLawed's $config argument is filtered by the [config, htmlawed] hook. htmLawed's $spec argument is filtered by the [spec, htmlawed] hook.
For information on these arguments, see http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/htmLawed_README.htm#s2.2
\Elgg\Hook | $hook | 'sanitize', 'input' |
Definition at line 27 of file ValidateInputHandler.php.