You are here

public function TestWithDispatcher::foo in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php \Symfony\Component\EventDispatcher\Tests\TestWithDispatcher::foo()

File

vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php, line 347

Class

TestWithDispatcher

Namespace

Symfony\Component\EventDispatcher\Tests

Code

public function foo(Event $e, $name, $dispatcher) {
  $this->name = $name;
  $this->dispatcher = $dispatcher;
}