PHP Class eZ\Bundle\EzPublishCoreBundle\EventListener\SessionInitByPostListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: ezsystems/ezpublish-kernel Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session = null )
getSubscribedEvents ( )
onSiteAccessMatch ( PostSiteAccessMatchEvent $event )

Method Details

__construct() public méthode

public __construct ( Symfony\Component\HttpFoundation\Session\SessionInterface $session = null )
$session Symfony\Component\HttpFoundation\Session\SessionInterface

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

onSiteAccessMatch() public méthode

public onSiteAccessMatch ( PostSiteAccessMatchEvent $event )
$event eZ\Publish\Core\MVC\Symfony\Event\PostSiteAccessMatchEvent