Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class BasePresenter extends Nette\Application\UI\Presenter
- {
- public function processSignal()
- {
- parent::processSignal();
- $this->afterSignalHandle();
- }
- protected function afterSignalHandle()
- {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment