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.
Показать файл
Открыть проект
Открытые методы
Приватные методы
Метод |
Описание |
|
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()
публичный Метод
public __construct ( Silex\Application $app ) |
$app |
Silex\Application |
|
getSubscribedEvents()
публичный статический Метод
onRequest()
публичный Метод
public onRequest ( GetResponseEvent $event ) : null |
$event |
Symfony\Component\HttpKernel\Event\GetResponseEvent |
|
Результат |
null |
|
onRequestEarly()
публичный Метод
public onRequestEarly ( GetResponseEvent $event ) |
$event |
Symfony\Component\HttpKernel\Event\GetResponseEvent |
|