You are here

class CallableClass in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php \Symfony\Component\EventDispatcher\Tests\CallableClass

Hierarchy

Expanded class hierarchy of CallableClass

1 file declares its use of CallableClass
ContainerAwareEventDispatcherTest.php in core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
Contains \Drupal\Tests\Component\EventDispatcher\ContainerAwareEventDispatcherTest.

File

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

Namespace

Symfony\Component\EventDispatcher\Tests
View source
class CallableClass {
  public function __invoke() {
  }

}

Members