Documentation

Horde_Kolab_Storage_List_Query_Share
in package

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.

Tags
category

Kolab

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

getDescription()  : string
Returns the share description.
getParameters()  : string
Returns the share parameters.
setDescription()  : string
Returns the share description.
setParameters()  : string
Returns the share parameters.

Methods

getDescription()

Returns the share description.

public abstract getDescription(string $folder) : string
Parameters
$folder : string

The folder name.

Return values
string

The folder/share description.

getParameters()

Returns the share parameters.

public abstract getParameters(string $folder) : string
Parameters
$folder : string

The folder name.

Return values
string

The folder/share parameters.

setDescription()

Returns the share description.

public abstract setDescription(string $folder, string $description) : string
Parameters
$folder : string

The folder name.

$description : string

The share description.

Return values
string

The folder/share description.

setParameters()

Returns the share parameters.

public abstract setParameters(string $folder, array<string|int, mixed> $parameters) : string
Parameters
$folder : string

The folder name.

$parameters : array<string|int, mixed>

The share parameters.

Return values
string

The folder/share parameters.

Search results