PHP Class 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.
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
getActiveSync ( string $folder ) : array Returns the active sync settings.
setActiveSync ( string $folder, array $data ) : string Set the active sync settings.

Method Details

getActiveSync() abstract public method

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

setActiveSync() abstract public method

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