PHP Class Newscoop\CommunityTickerBundle\EventListener\LifecycleSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: sourcefabric/newscoop

Méthodes publiques

Méthode Description
__construct ( $em )
getSubscribedEvents ( )
install ( GenericEvent $event )
remove ( GenericEvent $event )
update ( GenericEvent $event )

Private Methods

Méthode Description
getClasses ( )

Method Details

__construct() public méthode

public __construct ( $em )

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

install() public méthode

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

remove() public méthode

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

update() public méthode

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