예제 #1
0
 /**
  * @param $id
  * @return \Eslider\Entity\HKV
  */
 public function removeById($id)
 {
     $queries = $this->listQueries();
     if (isset($queries[$id])) {
         unset($queries[$id]);
     }
     return $this->db->saveData($this->tableName, $queries, null, $this->scope, $this->getUserId());
 }