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

Public Member Functions

 __construct (array $paths)
 process_chunk ($data)

Protected Member Functions

 path_is_selected ($path)

Protected Attributes

 $paths

Detailed Description

Selective progressive_parser_processor that will send chunks straight to output but only for chunks matching (in an exact way) some defined paths

Definition at line 31 of file selective_exact_parser_processor.class.php.


Constructor & Destructor Documentation

__construct ( array paths)

Definition at line 35 of file selective_exact_parser_processor.class.php.

Here is the call graph for this function:


Member Function Documentation

path_is_selected ( path) [protected]

Definition at line 50 of file selective_exact_parser_processor.class.php.

Here is the caller graph for this function:

process_chunk ( data)

Receive one chunk of information from the parser

Reimplemented from progressive_parser_processor.

Definition at line 40 of file selective_exact_parser_processor.class.php.

Here is the call graph for this function:


Field Documentation

$paths [protected]

Definition at line 33 of file selective_exact_parser_processor.class.php.


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