\Turba_View_Duplicates

The Turba_View_Duplicates class provides an interface for displaying and resolving duplicate contacts.

Copyright 2010-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (ASL). If you did not receive this file, see http://www.horde.org/licenses/apache.

Summary

Methods
Properties
Constants
__construct()
display()
No public properties found
No constants found
No protected methods found
$_duplicates
$_type
$_duplicate
$_driver
N/A
No private methods found
No private properties found
N/A

Properties

$_duplicates

$_duplicates : array

Hash of Turba_List objects.

Type

array

$_type

$_type : string

A field name.

Type

string

$_duplicate

$_duplicate : string

A duplicate value.

Type

string

$_driver

$_driver : \Turba_Driver

A Turba_Driver instance.

Type

\Turba_Driver

Methods

__construct()

__construct(array  $duplicates, \Turba_Driver  $driver, string  $type = null, string  $duplicate = null) 

Constructor.

If the $type and $duplicate parameters are specified, they are used to lookup a single Turba_List from $duplicates with a list of duplicate contacts. The resolution interface for those duplicates is rendered above the overview tables then.

Parameters

array $duplicates

Hash of Turba_List objects.

\Turba_Driver $driver

A Turba_Driver instance.

string $type

A field name.

string $duplicate

A duplicate value.

display()

display() 

Renders this view.