Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected function attached($obj)
- {
- // vždy volej rodiče
- parent::attached($obj);
- if (!$obj instanceof Nette\Application\Presenter) {
- return; // pokud to není presenter, tak nepokračovat
- }
- // zde máš přístupný presenter
- $this->presenter->link("Categories:", array('id' => $category->id, 'category' => $category->url))
- }
Advertisement
Add Comment
Please, Sign In to add comment