\Horde_Dav_RootCollection

A collection (directory) object for the root folder.

Summary

Methods
Properties
Constants
__construct()
getName()
getChildren()
No public properties found
No constants found
No protected methods found
$_registry
$_collections
$_mimedb
N/A
No private methods found
No private properties found
N/A

Properties

$_registry

$_registry : \Horde_Registry

A registry object.

Type

\Horde_Registry

$_collections

$_collections : array

Additional collections.

Type

array

$_mimedb

$_mimedb : string

The path to a MIME magic database.

Type

string

Methods

__construct()

__construct(\Horde_Registry  $registry, array  $collections, string  $mimedb) 

Constructor.

Parameters

\Horde_Registry $registry

A registry object.

array $collections

Additional collections to add to the root node.

string $mimedb

Location of a MIME magic database.

getName()

getName() : string

Returns the name of the node.

This is used to generate the url.

Returns

string

getChildren()

getChildren() : array<mixed,\Sabre\DAV\INode>

Returns an array with all the child nodes

Returns

array<mixed,\Sabre\DAV\INode>