HosipLan

Untitled

Jun 20th, 2011
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. class BasePresenter extends Nette\Application\UI\Presenter
  2. {
  3.  
  4.     public function processSignal()
  5.     {
  6.         parent::processSignal();
  7.  
  8.         $this->afterSignalHandle();
  9.     }
  10.  
  11.  
  12.     protected function afterSignalHandle()
  13.     {
  14.        
  15.     }
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment