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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Storage_Folder_Namespace_Element_Shared
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_prefix string The prefix to hide when referencing this namespace.

Открытые методы

Метод Описание
__construct ( string $name, string $delimiter, string $user, string $prefix ) Constructor.
generateName ( array $path ) : string Generate a folder path for the given path in this namespace.
generatePath ( string $subpath, string $owner ) : string Generate a folder path for the given subpath and owner.

Защищенные методы

Метод Описание
_subpath ( string $name ) : array Return an array describing the path elements of the folder.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $name, string $delimiter, string $user, string $prefix )
$name string The prefix identifying this namespace.
$delimiter string The delimiter used for this namespace.
$user string The current user.
$prefix string The prefix to hide.

_subpath() защищенный Метод

Return an array describing the path elements of the folder.
protected _subpath ( string $name ) : array
$name string The name of the folder.
Результат array The path elements.

generateName() публичный Метод

Generate a folder path for the given path in this namespace.
public generateName ( array $path ) : string
$path array The path of the folder.
Результат string The name of the folder.

generatePath() публичный Метод

Generate a folder path for the given subpath and owner.
public generatePath ( string $subpath, string $owner ) : string
$subpath string The subpath of the folder.
$owner string The folder owner.
Результат string The name of the folder.

Описание свойств

$_prefix защищенное свойство

The prefix to hide when referencing this namespace.
protected string $_prefix
Результат string