Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class BasePresenter extends Nette\Application\UI\Presenter
- {
- protected $section;
- protected $parser;
- protected $io;
- public function __construct(
- CleverDic\Model\Sections $section,
- CleverDic\Model\Parser $parser,
- CleverDic\Model\IO $io,
- Nette\DI\Container $container
- )
- {
- parent::__construct($container);
- $this->section = $section;
- $this->parser = $parser;
- $this->io = $io;
- }
Advertisement
Add Comment
Please, Sign In to add comment