You are here

class Service in Zircon Profile 8

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

Hierarchy

  • class \Symfony\Component\EventDispatcher\Tests\Service

Expanded class hierarchy of Service

4 string references to 'Service'
Container::get in vendor/symfony/dependency-injection/Container.php
Gets a service.
Container::has in vendor/symfony/dependency-injection/Container.php
Returns true if the given service is defined.
Container::set in vendor/symfony/dependency-injection/Container.php
Sets a service.
PhpDumper::addMethodMap in vendor/symfony/dependency-injection/Dumper/PhpDumper.php
Adds the methodMap property definition.

File

vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php, line 230

Namespace

Symfony\Component\EventDispatcher\Tests
View source
class Service {
  public function onEvent(Event $e) {
  }

}

Members