Exemple #1
0
 public function keyExists($key)
 {
     $this->get($key);
     return parent::keyExists($key);
 }