PHP Class Horde_Kolab_Storage_Folder_Namespace_Element_SharedWithPrefix, 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.
Exibir arquivo
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_prefix |
string |
The prefix to hide when referencing this namespace. |
|
Public Methods
Protected Methods
Method |
Description |
|
_subpath ( string $name ) : array |
Return an array describing the path elements of the folder. |
|
Method Details
__construct()
public method
_subpath()
protected method
Return an array describing the path elements of the folder.
generateName()
public method
Generate a folder path for the given path in this namespace.
generatePath()
public method
Generate a folder path for the given subpath and owner.
Property Details
$_prefix protected_oe property
The prefix to hide when referencing this namespace.
protected string $_prefix |
return |
string |
|