enygma / expose

An Intrusion Detection System library loosely based on PHP IDS
MIT License
266 stars 55 forks source link

Replace FilterCollection::load() with FilterCollectionFactory #15

Open lstrojny opened 11 years ago

lstrojny commented 11 years ago

To allow changing the data source, a filter collection is read from, FilterCollection::load() should be replaced by an abstraction that returns FilterCollections.