EventActor.php

Event Actor (Filter -> Handler)

This file contains an actor. An actor is the combination of a filter and a handler. If an event makes it through a filter, then it triggers the handler

Classes

Actor The Actor Class