Inheritance diagram for KeyFilter:

Public Member Functions | |
| __construct (Iterator $it, $regex) | |
| accept () | |
| getRegex () | |
Protected Member Functions | |
| __clone () | |
Private Attributes | |
| $regex | |
Definition at line 22 of file keyfilter.inc.
| KeyFilter::__construct | ( | Iterator $ | it, | |
| $ | regex | |||
| ) |
Constructs a filter around an iterator whose elemnts are strings.
If the given iterator is of type spl_sequence then its rewind() method is called.
| it | Object that implements at least spl_forward | |
| regex | Regular expression used as a filter. |
Definition at line 35 of file keyfilter.inc.
| KeyFilter::__clone | ( | ) | [protected] |
| KeyFilter::accept | ( | ) |
Definition at line 43 of file keyfilter.inc.
| KeyFilter::getRegex | ( | ) |
KeyFilter::$regex [private] |
For internal use only.
regular exoression used as filter
Definition at line 25 of file keyfilter.inc.
Referenced by __construct().
1.5.2