PHP Class Turba_View_Duplicates, horde

Copyright 2010-2016 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.
Author: Jan Schneider ([email protected])
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_driver Turba_Driver A Turba_Driver instance.
$_duplicate string A duplicate value.
$_duplicates array Hash of Turba_List objects.
$_type string A field name.

Public Methods

Method Description
__construct ( array $duplicates, Turba_Driver $driver, string $type = null, string $duplicate = null ) Constructor.
display ( ) Renders this view.

Method Details

__construct() public method

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.
public __construct ( array $duplicates, Turba_Driver $driver, string $type = null, string $duplicate = null )
$duplicates array Hash of Turba_List objects.
$driver Turba_Driver A Turba_Driver instance.
$type string A field name.
$duplicate string A duplicate value.

display() public method

Renders this view.
public display ( )

Property Details

$_driver protected_oe property

A Turba_Driver instance.
protected Turba_Driver $_driver
return Turba_Driver

$_duplicate protected_oe property

A duplicate value.
protected string $_duplicate
return string

$_duplicates protected_oe property

Hash of Turba_List objects.
protected array $_duplicates
return array

$_type protected_oe property

A field name.
protected string $_type
return string