HosipLan

Untitled

Jun 7th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1. services:
  2.     village: MT\Village(...predam jen konkretni tridy a parametry...)
  3.     building: MT\Building(...predam jen konkretni tridy a parametry...)
  4.  
  5. ########
  6.  
  7.  
  8.  
  9.  
  10. class VillagePresenter extends BasePresenter
  11. {
  12.  
  13.     public function actionDefault($parametry, $ktery, $me, $zajimaji)
  14.     {
  15.         $this->context->village->foo($parametry, $ktery);
  16.         $this->context->building->foo($me, $zajimaji);
  17.     }
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment