HosipLan

Untitled

Aug 11th, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. protected function attached($obj)
  2. {
  3.     parent::attached($obj);
  4.  
  5.     if (!$obj instanceof Nette\Application\UI\Presenter) {
  6.         return;
  7.     }
  8.  
  9.     $this->presenter; // presenter
  10. }
Advertisement
Add Comment
Please, Sign In to add comment