Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- village: MT\Village(...predam jen konkretni tridy a parametry...)
- building: MT\Building(...predam jen konkretni tridy a parametry...)
- ########
- class VillagePresenter extends BasePresenter
- {
- public function actionDefault($parametry, $ktery, $me, $zajimaji)
- {
- $this->context->village->foo($parametry, $ktery);
- $this->context->building->foo($me, $zajimaji);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment