shutdown() public method

Execute the shutdown procedure.
public shutdown ( ) : void
return void
Exemplo n.º 1
0
 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'));
 }