PHP 트레잇 Contao\CoreBundle\Framework\ScopeAwareTrait

상속: use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
파일 보기 프로젝트 열기: contao/core-bundle

보호된 메소드들

메소드 설명
isBackendMasterRequest ( KernelEvent $event ) : boolean Checks whether the request is a Contao back end master request.
isBackendScope ( ) : boolean Checks whether the request is a Contao back end request.
isContaoMasterRequest ( KernelEvent $event ) : boolean Checks whether the request is a Contao the master request.
isContaoScope ( ) : boolean Checks whether the request is a Contao request.
isFrontendMasterRequest ( KernelEvent $event ) : boolean Checks whether the request is a Contao front end master request.
isFrontendScope ( ) : boolean Checks whether the request is a Contao front end request.

비공개 메소드들

메소드 설명
isScope ( string $scope ) : boolean Checks whether the _scope attributes matches a scope.

메소드 상세

isBackendMasterRequest() 보호된 메소드

Checks whether the request is a Contao back end master request.
protected isBackendMasterRequest ( KernelEvent $event ) : boolean
$event Symfony\Component\HttpKernel\Event\KernelEvent
리턴 boolean

isBackendScope() 보호된 메소드

Checks whether the request is a Contao back end request.
protected isBackendScope ( ) : boolean
리턴 boolean

isContaoMasterRequest() 보호된 메소드

Checks whether the request is a Contao the master request.
protected isContaoMasterRequest ( KernelEvent $event ) : boolean
$event Symfony\Component\HttpKernel\Event\KernelEvent
리턴 boolean

isContaoScope() 보호된 메소드

Checks whether the request is a Contao request.
protected isContaoScope ( ) : boolean
리턴 boolean

isFrontendMasterRequest() 보호된 메소드

Checks whether the request is a Contao front end master request.
protected isFrontendMasterRequest ( KernelEvent $event ) : boolean
$event Symfony\Component\HttpKernel\Event\KernelEvent
리턴 boolean

isFrontendScope() 보호된 메소드

Checks whether the request is a Contao front end request.
protected isFrontendScope ( ) : boolean
리턴 boolean