Moodle  2.2.1
http://www.collinsharper.com
HTMLPurifier_VarParser_Native Class Reference
Inheritance diagram for HTMLPurifier_VarParser_Native:
Collaboration diagram for HTMLPurifier_VarParser_Native:

Protected Member Functions

 parseImplementation ($var, $type, $allow_null)
 evalExpression ($expr)

Detailed Description

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.


Member Function Documentation

evalExpression ( expr) [protected]

Definition at line 15 of file Native.php.

Here is the caller graph for this function:

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.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations