Constructor.
Horde_Kolab_Storage_Namespace_Element
__construct
(string $name, string $delimiter)
-
string
$name: The prefix identifying this namespace.
-
string
$delimiter: The delimiter used for this namespace.
Redefined in descendants as:
Generate a folder path for the given path in this namespace.
string
generateName
(array $path)
-
array
$path: The path of the folder.
Return the name of this namespace.
string
getName
()
Return the owner of a folder.
string
getOwner
(string $name)
-
string
$name: The name of the folder.
Redefined in descendants as:
Get the sub path for the given folder name.
string
getSubpath
(string $name)
-
string
$name: The folder name.
Return the title of a folder.
string
getTitle
(string $name)
-
string
$name: The name of the folder.
Return the type of this namespace (personal, other, or shared).
string
getType
()
Redefined in descendants as:
Does the folder name lie in this namespace?
boolean
matches
(string $name)
-
string
$name: The name of the folder.
Return an array describing the path elements of the folder.
array
_subpath
(string $name)
-
string
$name: The name of the folder.
Redefined in descendants as: