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

Class EventDispatcherProvider

Simple service provider that binds a share instance of symfony's event dispatcher onto the container.

Autarky\Providers\AbstractProvider implements Autarky\Providers\ProviderInterface, Autarky\Providers\ConsoleProviderInterface
Extended by Autarky\Events\EventDispatcherProvider
Namespace: Autarky\Events
Located at Events/EventDispatcherProvider.php
Methods summary
public
# register( )

Register the service provider.

Register the service provider.

public
# registerConsole( Symfony\Component\Console\Application $console )

Register the service provider with the console application.

Register the service provider with the console application.

Parameters

$console

Overrides

Autarky\Providers\AbstractProvider::registerConsole()
Methods inherited from Autarky\Providers\AbstractProvider
setApplication()
Properties inherited from Autarky\Providers\AbstractProvider
$app
Autarky Framework API documentation generated by ApiGen