Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** @var Nette\Http\IResponse @inject */
- public $response;
- public function subscribeFormSucceeded($form, $values) {
- $this->response->setCookie('showSubscribe', false, 60 * 60 * 24 * 365);
- dump($values);
- }
Advertisement
Add Comment
Please, Sign In to add comment