PHP Класс 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.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_prefix |
string |
The prefix to hide when referencing this namespace. |
|
Открытые методы
Защищенные методы
Метод |
Описание |
|
_subpath ( string $name ) : array |
Return an array describing the path elements of the folder. |
|
Описание методов
__construct()
публичный Метод
_subpath()
защищенный Метод
Return an array describing the path elements of the folder.
generateName()
публичный Метод
Generate a folder path for the given path in this namespace.
generatePath()
публичный Метод
Generate a folder path for the given subpath and owner.
Описание свойств
$_prefix защищенное свойство
The prefix to hide when referencing this namespace.
protected string $_prefix |
Результат |
string |
|