You are here

private property Event::$name in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/event-dispatcher/Event.php \Symfony\Component\EventDispatcher\Event::name

Type: string This event's name

File

vendor/symfony/event-dispatcher/Event.php, line 43

Class

Event
Event is the base class for classes containing event data.

Namespace

Symfony\Component\EventDispatcher

Code

private $name;