PHP 클래스 Horde_Kolab_Storage_List_Query_ActiveSync, 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

공개 메소드들

메소드 설명
getActiveSync ( string $folder ) : array Returns the active sync settings.
setActiveSync ( string $folder, array $data ) : string Set the active sync settings.

메소드 상세

getActiveSync() 추상적인 공개 메소드

Returns the active sync settings.
abstract public getActiveSync ( string $folder ) : array
$folder string The folder name.
리턴 array The folder active sync parameters.

setActiveSync() 추상적인 공개 메소드

Set the active sync settings.
abstract public setActiveSync ( string $folder, array $data ) : string
$folder string The folder name.
$data array The active sync settings.
리턴 string The encoded share parameters.