Returns conflicting job item IDs.
Conflicting job items are those that already have an identical item in another job that is not yet finished.
int[] List of conflicting job item IDs.
Overrides JobInterface::getConflictingItemIds
public function getConflictingItemIds() {
return array_keys($this
->getConflictingItems());
}