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.
상속: extends Horde_Kolab_Storage_Folder_Namespace_Element_Shared
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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