ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
interface.ilWACCookieInterface.php
Go to the documentation of this file.
1 <?php
2 
9 
20  public function set($name, $value = "", $expire = 0, $path = "", $domain = "", $secure = false, $httponly = false);
21 
22 
27  public function get($name);
28 
29 
34  public function exists($name);
35 
36 
40  public function getAll();
41 }
Class ilWACCookieInterface.
$path
Definition: index.php:22