PHP Class Horde_Kolab_Storage_Folder_Namespace_Element_Personal, horde

Copyright 2010-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.
Inheritance: extends Horde_Kolab_Storage_Folder_Namespace_Element
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
getOwner ( string $name ) : string | boolean Return the owner of a folder.
getType ( ) : string Return the type of this namespace (personal, other, or shared).

Method Details

getOwner() public method

Return the owner of a folder.
public getOwner ( string $name ) : string | boolean
$name string The name of the folder.
return string | boolean The owner of the folder.

getType() public method

Return the type of this namespace (personal, other, or shared).
public getType ( ) : string
return string The type.