Documentation

Horde_Dav_RootCollection extends Collection
in package

A collection (directory) object for the root folder.

Tags
author

Jan Schneider jan@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

http://www.horde.org/licenses/bsd BSD

Table of Contents

$_collections  : array<string|int, mixed>
Additional collections.
$_mimedb  : string
The path to a MIME magic database.
$_registry  : Horde_Registry
A registry object.
__construct()  : mixed
Constructor.
getChildren()  : array<string|int, INode>
Returns an array with all the child nodes
getName()  : string
Returns the name of the node.

Properties

$_collections

Additional collections.

protected array<string|int, mixed> $_collections = array()

$_mimedb

The path to a MIME magic database.

protected string $_mimedb

$_registry

A registry object.

protected Horde_Registry $_registry

Methods

__construct()

Constructor.

public __construct(Horde_Registry $registry, array<string|int, mixed> $collections, string $mimedb) : mixed
Parameters
$registry : Horde_Registry

A registry object.

$collections : array<string|int, mixed>

Additional collections to add to the root node.

$mimedb : string

Location of a MIME magic database.

Return values
mixed

getChildren()

Returns an array with all the child nodes

public getChildren() : array<string|int, INode>
Return values
array<string|int, INode>

getName()

Returns the name of the node.

public getName() : string

This is used to generate the url.

Return values
string

Search results