\Horde_Kolab_Storage_List_Query_ActiveSync_Base

Handles a active sync parameters.

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.

Summary

Methods
Properties
Constants
getActiveSync()
setActiveSync()
__construct()
No public properties found
ANNOTATION_ACTIVE_SYNC
No protected methods found
No protected properties found
N/A
No private methods found
$_driver
N/A

Constants

ANNOTATION_ACTIVE_SYNC

ANNOTATION_ACTIVE_SYNC

Properties

Methods

getActiveSync()

getActiveSync(string  $folder) : array

Returns the active sync settings.

Parameters

string $folder

The folder name.

Returns

array —

The folder active sync parameters.

setActiveSync()

setActiveSync(string  $folder, array  $data) : string

Set the active sync settings.

Parameters

string $folder

The folder name.

array $data

The active sync settings.

Returns

string —

The encoded share parameters.

__construct()

__construct(\Horde_Kolab_Storage_Driver  $driver) 

Constructor.

Parameters

\Horde_Kolab_Storage_Driver $driver

The driver to access the backend.