EventFilter.php

Event Filtering

This file contains the filter class. A filter checks the contents of a given event, as defined by it's own event fields, to see if an event matches the requirements of the filter.

In other words, a predicate.

This class provides two built in filter functions, strictly applicable, and loosely applicable (These only work on Generic Event and descendents) You can also provide the class with your own calleable that is passed a the Generic Event,

Classes

Filter Event Filter Class - Defines basic event predicate