PHP Class eZ\Bundle\EzPublishCoreBundle\EventListener\SessionInitByPostListener

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Show file Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onSiteAccessMatch() public method

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