nyroFwk  0.2
none.class.php
Go to the documentation of this file.
1 <?php
10 class cache_none extends cache_abstract {
11 
12  public function get(&$value, array $prm) {
13  return false;
14  }
15 
16  public function save() {
17  return true;
18  }
19 
20  public function start(array $prm) {
21  return false;
22  }
23 
24  public function end() {
25  return true;
26 
27  }
28 
29  public function delete(array $prm = array()) {
30  return 1;
31  }
32 
33  public function exists(array $prm) {
34  return false;
35  }
36 
37 }
start(array $prm)
Definition: none.class.php:20
exists(array $prm)
Definition: none.class.php:33
Generated on Sun Oct 15 2017 22:25:20 for nyroFwk by doxygen 1.8.13