Horde_Kolab_Storage_Data::getDuplicates PHP Method

getDuplicates() public method

Retrieve the list of object duplicates.
public getDuplicates ( ) : array
return array The list of duplicates.
    public function getDuplicates();

Usage Example

Example #1
0
File: Log.php Project: horde/horde
 /**
  * Retrieve the list of object duplicates.
  *
  * @return array The list of duplicates.
  */
 public function getDuplicates()
 {
     return $this->_data->getDuplicates();
 }