/** * Deletes all setting. Be careful! * * @return bool */ public function deleteAll() { return $this->model->deleteAllSettings(); }