HosipLan

Untitled

Feb 17th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $application->onError[] = function () use ($application) {
  2.     $fullname = $application->getPresenter->getName(TRUE);
  3.     // získat modul z $fullname
  4.     $application->errorPresenter = $moduleErrorPresenter;
  5. };
Advertisement
Add Comment
Please, Sign In to add comment