getDuplicates() public method

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