$_duplicates
$_duplicates : array
Hash of Turba_List objects.
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.
$_driver : \Turba_Driver
A Turba_Driver instance.
__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.
array | $duplicates | Hash of Turba_List objects. |
\Turba_Driver | $driver | A Turba_Driver instance. |
string | $type | A field name. |
string | $duplicate | A duplicate value. |