|
Plop
A simple logging library for PHP
|
A class that can be used to filter records. More...
Inheritance diagram for Plop\FiltersCollection:Public Member Functions | |
| filter (\Plop\RecordInterface $record) | |
Public Member Functions inherited from Plop\FiltersCollectionAbstract | |
| filter (\Plop\RecordInterface $record) | |
Public Member Functions inherited from Plop\Collection | |
| count () | |
| getIterator () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
Additional Inherited Members | |
Public Attributes inherited from Plop\FiltersCollectionAbstract | |
| const | TYPE_HINT = '\\Plop\\FilterInterface' |
Public Attributes inherited from Plop\Collection | |
| const | TYPE_HINT = null |
Protected Attributes inherited from Plop\Collection | |
| $items = array() | |
| List of items in the collection. | |
A class that can be used to filter records.
Definition at line 27 of file FiltersCollection.php.
| Plop\FiltersCollection::filter | ( | \Plop\RecordInterface | $record | ) |
Definition at line 30 of file FiltersCollection.php.