Bolt\Configuration\ConfigurationValueProxy::onKernelRequest PHP Method

onKernelRequest() public method

Kernel request event callback.
public onKernelRequest ( )
    public function onKernelRequest()
    {
        $this->checked = false;
        $this->initialize();
    }