PHP 클래스 eZ\Bundle\EzPublishCoreBundle\EventListener\SiteAccessListener

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface, implements Symfony\Component\DependencyInjection\ContainerAwareInterface, use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Routing\RouterInterface $defaultRouter, UrlAliasGenerator $urlAliasGenerator, HttpUtils $httpUtils )
getSubscribedEvents ( )
onSiteAccessMatch ( PostSiteAccessMatchEvent $event )

비공개 메소드들

메소드 설명
generateViewParametersArray ( $vpString ) : array Generates the view parameters array from the view parameters string.
getViewParameters ( string $pathinfo ) : array Extracts view parameters from $pathinfo.

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Routing\RouterInterface $defaultRouter, UrlAliasGenerator $urlAliasGenerator, HttpUtils $httpUtils )
$defaultRouter Symfony\Component\Routing\RouterInterface
$urlAliasGenerator eZ\Publish\Core\MVC\Symfony\Routing\Generator\UrlAliasGenerator
$httpUtils Symfony\Component\Security\Http\HttpUtils

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

onSiteAccessMatch() 공개 메소드

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