public function getDuplicates() { return $this->_fetchCacheEntry(self::DUPLICATES); }
/** * Retrieve the list of object duplicates. * * @return array The list of duplicates. */ public function getDuplicates() { $this->_init(); return $this->_data_cache->getDuplicates(); }