getDuplicates() public method

Retrieve the list of object duplicates.
public getDuplicates ( ) : array
return array The list of duplicates.
Ejemplo n.º 1
0
Archivo: Log.php Proyecto: horde/horde
 /**
  * Retrieve the list of object duplicates.
  *
  * @return array The list of duplicates.
  */
 public function getDuplicates()
 {
     return $this->_data->getDuplicates();
 }