Contao\CoreBundle\Framework\ScopeAwareTrait::isFrontendScope PHP Метод

isFrontendScope() защищенный Метод

Checks whether the request is a Contao front end request.
protected isFrontendScope ( ) : boolean
Результат boolean
    protected function isFrontendScope()
    {
        return $this->isScope(ContaoCoreBundle::SCOPE_FRONTEND);
    }