class TestWithDispatcher in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php \Symfony\Component\EventDispatcher\Tests\TestWithDispatcher
Hierarchy
- class \Symfony\Component\EventDispatcher\Tests\TestWithDispatcher
Expanded class hierarchy of TestWithDispatcher
File
- vendor/
symfony/ event-dispatcher/ Tests/ AbstractEventDispatcherTest.php, line 342
Namespace
Symfony\Component\EventDispatcher\TestsView source
class TestWithDispatcher {
public $name;
public $dispatcher;
public function foo(Event $e, $name, $dispatcher) {
$this->name = $name;
$this->dispatcher = $dispatcher;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TestWithDispatcher:: |
public | property | ||
TestWithDispatcher:: |
public | property | ||
TestWithDispatcher:: |
public | function |