Example #1
0
 /**
  * Clear the table with settings
  */
 public function clearDb()
 {
     $this->dbProvider->clear();
 }
Example #2
0
 /**
  * @param int $database
  * Clear the table with settings
  */
 public function clearDb($database = null)
 {
     $this->dbProvider->clear($database);
 }