PHP 클래스 Horde_Kolab_Storage_Synchronization, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
파일 보기
프로젝트 열기: horde/horde
1 사용 예제들
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$_strategy |
Horde_Kolab_Storage_Synchronization |
Synchronization strategy. |
|
공개 메소드들
메소드 |
설명 |
|
__construct ( Horde_Kolab_Storage_Synchronization $strategy = null ) |
Constructor. |
|
synchronizeData ( Horde_Kolab_Storage_Data $data ) |
Synchronize the provided data in case the selected synchronization
strategy requires it. |
|
synchronizeList ( Horde_Kolab_Storage_List_Tools $list ) |
Synchronize the provided list in case the selected synchronization
strategy requires it. |
|
메소드 상세
public __construct ( Horde_Kolab_Storage_Synchronization $strategy = null ) |
$strategy |
Horde_Kolab_Storage_Synchronization |
Optional synchronization strategy. |
Synchronize the provided data in case the selected synchronization
strategy requires it.
public synchronizeData ( Horde_Kolab_Storage_Data $data ) |
$data |
Horde_Kolab_Storage_Data |
The data to synchronize. |
Synchronize the provided list in case the selected synchronization
strategy requires it.
public synchronizeList ( Horde_Kolab_Storage_List_Tools $list ) |
$list |
Horde_Kolab_Storage_List_Tools |
The list to synchronize. |
프로퍼티 상세
Synchronization strategy.
protected Horde_Kolab_Storage_Synchronization $_strategy |
리턴 |
Horde_Kolab_Storage_Synchronization |
|