You are here

protected property GenericEvent::$subject in Zircon Profile 8

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

Event subject.

Type: mixed usually object or callable

File

vendor/symfony/event-dispatcher/GenericEvent.php, line 28

Class

GenericEvent
Event encapsulation class.

Namespace

Symfony\Component\EventDispatcher

Code

protected $subject;