PHP Класс Bolt\EventListener\ConfigListener

This is a temporary solution to remove the configuration checks from pre-request, until such time as configuration can be refactored.
Автор: Gawain Lynch ([email protected])
Наследование: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Silex\Application $app ) Constructor.
getSubscribedEvents ( )
onRequest ( GetResponseEvent $event ) : null Normal functions.
onRequestEarly ( GetResponseEvent $event ) Early functions.

Приватные методы

Метод Описание
setGlobals ( boolean $safe ) : array Get the parameters that will be used to update Bolt's registered Twig globals.
setVersionChangeNotice ( ) If required set a notification of version change, for admin users.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Silex\Application $app )
$app Silex\Application

getSubscribedEvents() публичный статический Метод

public static getSubscribedEvents ( )

onRequest() публичный Метод

Normal functions.
public onRequest ( GetResponseEvent $event ) : null
$event Symfony\Component\HttpKernel\Event\GetResponseEvent
Результат null

onRequestEarly() публичный Метод

Early functions.
public onRequestEarly ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent