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])
파일 보기 프로젝트 열기: horde/horde 0 사용 예제들

공개 메소드들

메소드 설명
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.