|
Moodle
2.2.1
http://www.collinsharper.com
|


Protected Member Functions | |
| parseImplementation ($var, $type, $allow_null) | |
Performs safe variable parsing based on types which can be used by users. This may not be able to represent all possible data inputs, however.
Definition at line 8 of file Flexible.php.
| parseImplementation | ( | $ | var, |
| $ | type, | ||
| $ | allow_null | ||
| ) | [protected] |
Actually implements the parsing. Base implementation is to not do anything to $var. Subclasses should overload this!
Reimplemented from HTMLPurifier_VarParser.
Definition at line 11 of file Flexible.php.
