Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Classes

  • EventDispatcher
  • EventDispatcherProvider

Interfaces

  • EventDispatcherAwareInterface

Traits

  • EventDispatcherAwareTrait
  • Overview
  • Namespace
  • Class

Interface EventDispatcherAwareInterface

Classes that implement this interface indicate that the event dispatcher can be set onto it.

Direct known implementers

Autarky\TwigTemplating\TemplatingEngine, Autarky\TwigTemplating\TwigEnvironment, Autarky\TwigTemplating\TwigTemplate
Namespace: Autarky\Events
Located at Events/EventDispatcherAwareInterface.php
Methods summary
public
# setEventDispatcher( Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )

Set the event dispatcher instance.

Set the event dispatcher instance.

Parameters

$eventDispatcher
Autarky Framework API documentation generated by ApiGen