\Horde_Kolab_Storage_List_Query_Share

The interface of the share information query.

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
getDescription()
getParameters()
setDescription()
setParameters()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getDescription()

getDescription(string  $folder) : string

Returns the share description.

Parameters

string $folder

The folder name.

Returns

string —

The folder/share description.

getParameters()

getParameters(string  $folder) : string

Returns the share parameters.

Parameters

string $folder

The folder name.

Returns

string —

The folder/share parameters.

setDescription()

setDescription(string  $folder, string  $description) : string

Returns the share description.

Parameters

string $folder

The folder name.

string $description

The share description.

Returns

string —

The folder/share description.

setParameters()

setParameters(string  $folder, array  $parameters) : string

Returns the share parameters.

Parameters

string $folder

The folder name.

array $parameters

The share parameters.

Returns

string —

The folder/share parameters.