30 public function match(\
Erebot\Interfaces\Event\Base\Generic $event)
32 foreach ($this->submatchers as $match) {
33 if (!$match->match($event)) {
match(\Erebot\Interfaces\Event\Base\Generic $event)
A filter that groups several (sub-)filters together and only matches when all sub-filters match...
Abstract class for a filter which groups several (sub-)filters together.