23 $quote = $this->db->quote;
24 $this->parameters = \array_keys ( $this->instances );
25 $count = \count ( $this->parameters );
27 return "DELETE FROM {$quote}{$this->tableName}{$quote} WHERE {$quote}{$this->pkName}{$quote} IN (" . \implode (
',', \array_fill ( 0, $count,
'?' ) ) .
')';