PHP Интерфейс Horde_Kolab_Storage_Folder, horde

Copyright 2004-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.
Автор: Stuart Binge ([email protected])
Автор: Gunnar Wrobel ([email protected])
Автор: Thomas Jarosch ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getNamespace ( ) : string Return the namespace type of the folder.
getOwner ( ) : string Returns the owner of the folder.
getParent ( ) : string Returns the folder parent.
getPath ( ) : string Return the storage path of the folder.
getPrefix ( ) : string Return the namespace prefix of the folder.
getSubpath ( ) : string Returns the folder path without namespace components.
getTitle ( ) : string Returns a readable title for this folder.
getType ( ) : string The type of this folder.
isDefault ( ) : boolean Is this a default folder?

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

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

Return the namespace type of the folder.
public getNamespace ( ) : string
Результат string The namespace type of the folder.

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

Returns the owner of the folder.
public getOwner ( ) : string
Результат string The owner of this folder.

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

Returns the folder parent.
public getParent ( ) : string
Результат string The parent of this folder.

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

Return the storage path of the folder.
public getPath ( ) : string
Результат string The storage path of the folder.

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

Return the namespace prefix of the folder.
public getPrefix ( ) : string
Результат string The namespace prefix of the folder.

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

Returns the folder path without namespace components.
public getSubpath ( ) : string
Результат string The subpath of this folder.

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

Returns a readable title for this folder.
public getTitle ( ) : string
Результат string The folder title.

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

The type of this folder.
public getType ( ) : string
Результат string The folder type.

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

Is this a default folder?
public isDefault ( ) : boolean
Результат boolean Boolean that indicates the default status.