PHP Класс 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.
Автор: Jan Schneider ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_driver Turba_Driver A Turba_Driver instance.
$_duplicate string A duplicate value.
$_duplicates array Hash of Turba_List objects.
$_type string A field name.

Открытые методы

Метод Описание
__construct ( array $duplicates, Turba_Driver $driver, string $type = null, string $duplicate = null ) Constructor.
display ( ) Renders this view.

Описание методов

__construct() публичный Метод

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() публичный Метод

Renders this view.
public display ( )

Описание свойств

$_driver защищенное свойство

A Turba_Driver instance.
protected Turba_Driver $_driver
Результат Turba_Driver

$_duplicate защищенное свойство

A duplicate value.
protected string $_duplicate
Результат string

$_duplicates защищенное свойство

Hash of Turba_List objects.
protected array $_duplicates
Результат array

$_type защищенное свойство

A field name.
protected string $_type
Результат string