Class Doctrine\Common\EventArgs

EventArgs is the base class for classes containing event data.

This class contains no event data. It is used by events that do not pass state information to an event handler when an event is raised. The single empty EventArgs instance can be obtained through {@link getEmptyInstance}.

Methods