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


Public Member Functions | |
| __construct (array $paths) | |
| process_chunk ($data) | |
Protected Member Functions | |
| path_is_selected ($path) | |
Protected Attributes | |
| $paths | |
Selective progressive_parser_processor that will send chunks straight to output but only for chunks matching (in a left padded way - like) some defined paths
Definition at line 31 of file selective_like_parser_processor.class.php.
| __construct | ( | array $ | paths | ) |
Definition at line 35 of file selective_like_parser_processor.class.php.

| path_is_selected | ( | $ | path | ) | [protected] |
Definition at line 50 of file selective_like_parser_processor.class.php.

| process_chunk | ( | $ | data | ) |
Receive one chunk of information from the parser
Reimplemented from progressive_parser_processor.
Definition at line 40 of file selective_like_parser_processor.class.php.

$paths [protected] |
Definition at line 33 of file selective_like_parser_processor.class.php.