Exemplo n.º 1
0
 /**
  * Save all changes
  */
 public function save()
 {
     CookieStore::store($this->_name, $this->_value);
     CookieStore::save();
 }