Horde_Kolab_Storage_List_Query_ActiveSync
in package
The interface of the query for active sync settings.
Copyright 2011-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- getActiveSync() : array<string|int, mixed>
- Returns the active sync settings.
- setActiveSync() : string
- Set the active sync settings.
Methods
getActiveSync()
Returns the active sync settings.
public
abstract getActiveSync(string $folder) : array<string|int, mixed>
Parameters
- $folder : string
-
The folder name.
Return values
array<string|int, mixed> —The folder active sync parameters.
setActiveSync()
Set the active sync settings.
public
abstract setActiveSync(string $folder, array<string|int, mixed> $data) : string
Parameters
- $folder : string
-
The folder name.
- $data : array<string|int, mixed>
-
The active sync settings.
Return values
string —The encoded share parameters.