class 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}.

@license http://www.opensource.org/licenses/lgpl-license.php LGPL @link www.doctrine-project.org @since 2.0 @version $Revision: 3938 $ @author Guilherme Blanco <guilhermeblanco@hotmail.com> @author Jonathan Wage <jonwage@gmail.com> @author Roman Borschel <roman@code-factory.org>

Hierarchy

Expanded class hierarchy of EventArgs

4 files declare their use of EventArgs

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php, line 39

Namespace

Doctrine\Common
View source

Members

Namesort descending Modifiers Type Description Overrides
EventArgs::$_emptyEventArgsInstance private static property
EventArgs::getEmptyInstance public static function Gets the single, empty and immutable EventArgs instance.