PHP 클래스 Horde_Dav_RootCollection, horde

저자: Jan Schneider ([email protected])
상속: extends Sabre\DAV\Collection
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_collections array Additional collections.
$_mimedb string The path to a MIME magic database.
$_registry Horde_Registry A registry object.

공개 메소드들

메소드 설명
__construct ( Horde_Registry $registry, array $collections, string $mimedb ) Constructor.
getChildren ( ) : Sabre\DAV\INode[] Returns an array with all the child nodes
getName ( ) : string Returns the name of the node.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Registry $registry, array $collections, string $mimedb )
$registry Horde_Registry A registry object.
$collections array Additional collections to add to the root node.
$mimedb string Location of a MIME magic database.

getChildren() 공개 메소드

Returns an array with all the child nodes
public getChildren ( ) : Sabre\DAV\INode[]
리턴 Sabre\DAV\INode[]

getName() 공개 메소드

This is used to generate the url.
public getName ( ) : string
리턴 string

프로퍼티 상세

$_collections 보호되어 있는 프로퍼티

Additional collections.
protected array $_collections
리턴 array

$_mimedb 보호되어 있는 프로퍼티

The path to a MIME magic database.
protected string $_mimedb
리턴 string

$_registry 보호되어 있는 프로퍼티

A registry object.
protected Horde_Registry $_registry
리턴 Horde_Registry