PHP Класс Horde_Kolab_Storage_Folder_Namespace_Element_Other, 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Storage_Folder_Namespace_Element
Показать файл Открыть проект

Открытые методы

Метод Описание
generatePath ( string $subpath, string $owner ) : string Generate a folder path for the given subpath and owner.
getOwner ( string $name ) : string | boolean Return the owner of a folder.
getType ( ) : string Return the type of this namespace (personal, other, or shared).

Защищенные методы

Метод Описание
_subpath ( string $name ) : array Return an array describing the path elements of the folder.

Описание методов

_subpath() защищенный Метод

Return an array describing the path elements of the folder.
protected _subpath ( string $name ) : array
$name string The name of the folder.
Результат array The path elements.

generatePath() публичный Метод

Generate a folder path for the given subpath and owner.
public generatePath ( string $subpath, string $owner ) : string
$subpath string The subpath of the folder.
$owner string The folder owner.
Результат string The name of the folder.

getOwner() публичный Метод

Return the owner of a folder.
public getOwner ( string $name ) : string | boolean
$name string The name of the folder.
Результат string | boolean The owner of the folder.

getType() публичный Метод

Return the type of this namespace (personal, other, or shared).
public getType ( ) : string
Результат string The type.