Beispiel #1
0
 /**
  * @param   array|string    $wheres
  * @param   array|string    $operators
  * @param   array|string    $likes
  *
  * @return  int
  */
 protected function delete($wheres, $operators, $likes)
 {
     return $this->query->delete($this->table, $wheres, $operators, $likes);
 }