PHP Class Horde_Kolab_Storage_List_Query_Share, 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.
Show file Open project: horde/horde

Public Methods

Method Description
getDescription ( string $folder ) : string Returns the share description.
getParameters ( string $folder ) : string Returns the share parameters.
setDescription ( string $folder, string $description ) : string Returns the share description.
setParameters ( string $folder, array $parameters ) : string Returns the share parameters.

Method Details

getDescription() abstract public method

Returns the share description.
abstract public getDescription ( string $folder ) : string
$folder string The folder name.
return string The folder/share description.

getParameters() abstract public method

Returns the share parameters.
abstract public getParameters ( string $folder ) : string
$folder string The folder name.
return string The folder/share parameters.

setDescription() abstract public method

Returns the share description.
abstract public setDescription ( string $folder, string $description ) : string
$folder string The folder name.
$description string The share description.
return string The folder/share description.

setParameters() abstract public method

Returns the share parameters.
abstract public setParameters ( string $folder, array $parameters ) : string
$folder string The folder name.
$parameters array The share parameters.
return string The folder/share parameters.