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

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

Метод Описание
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.