ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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 }
$path
Definition: aliased.php:25
Class ilWACCookieInterface.