Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function createComponentLogin()
- {
- $presenter = $this;
- return new Nette\Application\UI\Multiplier(function ($name) use ($presenter) {
- $login = new \App\Components\Front\Login;
- $login->setView($name);
- return $login;
- });
- }
- # .... sablona
- {control login-jedna}
- {control login-dva}
- {control login-tri}
Advertisement
Add Comment
Please, Sign In to add comment