Northys

Untitled

Aug 10th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.     /** @var Nette\Http\IResponse @inject */
  2.     public $response;
  3.  
  4.  
  5.     public function subscribeFormSucceeded($form, $values) {
  6.         $this->response->setCookie('showSubscribe', false, 60 * 60 * 24 * 365);
  7.         dump($values);
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment