PHP Class Symfony\Component\EventDispatcher\Tests\SubscriberService

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Show file Open project: symfony/symfony

Public Methods

Method Description
getSubscribedEvents ( )
onEvent ( Symfony\Component\EventDispatcher\Event $e )
onEventNested ( Symfony\Component\EventDispatcher\Event $e )
onEventWithPriority ( Symfony\Component\EventDispatcher\Event $e )

Method Details

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onEvent() public method

public onEvent ( Symfony\Component\EventDispatcher\Event $e )
$e Symfony\Component\EventDispatcher\Event

onEventNested() public method

public onEventNested ( Symfony\Component\EventDispatcher\Event $e )
$e Symfony\Component\EventDispatcher\Event

onEventWithPriority() public method

public onEventWithPriority ( Symfony\Component\EventDispatcher\Event $e )
$e Symfony\Component\EventDispatcher\Event