메소드 |
설명 |
|
__construct ( array $namespaces ) |
Constructor. |
|
__toString ( ) : string |
Convert the namespace description to a string. |
|
constructFolderName ( string $owner, string $subpath, string $prefix = null ) : string |
Construct the Kolab storage folder name based on the folder
title and the owner. |
|
getIterator ( ) |
|
|
getOwner ( string $name ) : string |
Return the owner of a folder. |
|
getParent ( string $name ) : string |
Get the parent for the given folder name. |
|
getSubpath ( string $name ) : string |
Get the sub path for the given folder name. |
|
getTitle ( string $name ) : string |
Return the title of a folder. |
|
matchNamespace ( string $name ) : Horde_Kolab_Storage_Folder_Namespace_Element |
Match a folder name with the corresponding namespace. |
|
setTitle ( string $title ) : string |
Generate an IMAP folder name in the personal namespace. |
|
setTitleInOther ( string $title, string $owner ) : string |
Generate an IMAP folder name in the other namespace. |
|
setTitleInShared ( string $title ) : string |
Generate an IMAP folder name in the shared namespace. |
|