getDuplicates() public method

Retrieves the list of object duplicates.
public getDuplicates ( ) : array
return array The list of duplicates.
Example #1
0
 /**
  * Retrieve the list of object duplicates.
  *
  * @return array The list of duplicates.
  */
 public function getDuplicates()
 {
     $this->_init();
     return $this->_data_cache->getDuplicates();
 }