PHP 클래스 Horde_Kolab_Storage_List_Query_Share_Base, 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.
상속: extends Horde_Kolab_Storage_List_Query_Share
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( Horde_Kolab_Storage_Driver $driver ) Constructor.
getDescription ( string $folder ) : string Returns the share description.
getParameters ( string $folder ) : string Returns the share parameters.
setDescription ( string $folder, string $description ) : null Set the share description.
setParameters ( string $folder, array $parameters ) : string Set the share parameters.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Kolab_Storage_Driver $driver )
$driver Horde_Kolab_Storage_Driver The driver to access the backend.

getDescription() 공개 메소드

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

getParameters() 공개 메소드

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

setDescription() 공개 메소드

Set the share description.
public setDescription ( string $folder, string $description ) : null
$folder string The folder name.
$description string The share description.
리턴 null

setParameters() 공개 메소드

Set the share parameters.
public setParameters ( string $folder, array $parameters ) : string
$folder string The folder name.
$parameters array The share parameters.
리턴 string The encoded share parameters.