public function shutdown() { $this->dispatcher->notify(new sfEvent($this, 'sf.context.end.before')); parent::shutdown(); $this->dispatcher->notify(new sfEvent($this, 'sf.context.end.after')); }