Implements interfaces:
PHPIDS event object
This class represents a certain event that occured while applying the filters to the supplied data. It aggregates a bunch of IDS_Filter implementations and is a assembled in IDS_Report.
Note that this class implements both Countable and IteratorAggregate
Located in /Event.php (line 53)
List of filter objects
Filter objects in this array are those that matched the events value
Calculated impact
Total impact of the event
Event name
Affecte tags
Value of the event
Constructor
Fills event properties
Returns number of filters
To implement interface Countable this returns the number of filters appended.
Returns list of filter objects
Returns calculated impact
IteratorAggregate iterator getter
Returns an iterator to iterate over the appended filters.
Returns event name
The name of the event usually is the key of the variable that was considered to be malicious
Returns affected tags
Returns event value
Documentation generated on Mon, 22 Dec 2008 13:36:44 +0100 by phpDocumentor 1.4.2