Example #1
0
 /**
  * @return bool
  */
 public function wipe()
 {
     echo __FUNCTION__ . PHP_EOL;
     return $this->db->wipe();
 }