PHP Трейт Contao\CoreBundle\Framework\ScopeAwareTrait

Наследование: use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
Показать файл Открыть проект

Защищенные методы

Метод Описание
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