PHP Class Newscoop\CommunityTickerBundle\EventListener\LifecycleSubscriber

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

Public Methods

Method Description
__construct ( $em )
getSubscribedEvents ( )
install ( GenericEvent $event )
remove ( GenericEvent $event )
update ( GenericEvent $event )

Private Methods

Method Description
getClasses ( )

Method Details

__construct() public method

public __construct ( $em )

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

install() public method

public install ( GenericEvent $event )
$event Newscoop\EventDispatcher\Events\GenericEvent

remove() public method

public remove ( GenericEvent $event )
$event Newscoop\EventDispatcher\Events\GenericEvent

update() public method

public update ( GenericEvent $event )
$event Newscoop\EventDispatcher\Events\GenericEvent