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])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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