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


Protected Member Functions | |
| parseImplementation ($var, $type, $allow_null) | |
| evalExpression ($expr) | |
This variable parser uses PHP's internal code engine. Because it does this, it can represent all inputs; however, it is dangerous and cannot be used by users.
Definition at line 8 of file Native.php.
| evalExpression | ( | $ | expr | ) | [protected] |
| 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 Native.php.
