ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Null.php
Go to the documentation of this file.
1 <?php
2 
7 {
8 
14  public function add($def, $config)
15  {
16  return false;
17  }
18 
24  public function set($def, $config)
25  {
26  return false;
27  }
28 
34  public function replace($def, $config)
35  {
36  return false;
37  }
38 
43  public function remove($config)
44  {
45  return false;
46  }
47 
52  public function get($config)
53  {
54  return false;
55  }
56 
61  public function flush($config)
62  {
63  return false;
64  }
65 
70  public function cleanup($config)
71  {
72  return false;
73  }
74 }
75 
76 // vim: et sw=4 sts=4