Prado\TApplication::onEndRequest PHP Метод

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

This method is invoked when the application completes the processing of the request.
public onEndRequest ( )
    public function onEndRequest()
    {
        $this->flushOutput(false);
        // flush all remaining content in the buffer
        $this->saveGlobals();
        // save global state
        $this->raiseEvent('OnEndRequest', $this, null);
    }