eZ\Publish\Core\MVC\Symfony\Controller\Content\ViewController::performAccessChecks PHP Метод

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

Performs the access checks.
protected performAccessChecks ( )
    protected function performAccessChecks()
    {
        if (!$this->isGranted(new AuthorizationAttribute('content', 'read'))) {
            throw new AccessDeniedException();
        }
    }