コード例 #1
0
 /**
  * Deletes one object in the type by id
  *
  * @param mixed $id
  *
  * @return null
  **/
 public function deleteById($id)
 {
     $this->index->deleteById($id);
 }