PHP Class Bolt\EventListener\ConfigListener
This is a temporary solution to remove the configuration checks from
pre-request, until such time as configuration can be refactored.
Datei anzeigen
Open project: bolt/bolt
Public Methods
Private Methods
Method |
Description |
|
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. |
|
Method Details
__construct()
public method
public __construct ( Silex\Application $app ) |
$app |
Silex\Application |
|
getSubscribedEvents()
public static method
onRequest()
public method
public onRequest ( GetResponseEvent $event ) : null |
$event |
Symfony\Component\HttpKernel\Event\GetResponseEvent |
|
return |
null |
|
onRequestEarly()
public method
public onRequestEarly ( GetResponseEvent $event ) |
$event |
Symfony\Component\HttpKernel\Event\GetResponseEvent |
|