PHP Class Horde_Dav_RootCollection, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Sabre\DAV\Collection
Mostra file Open project: horde/horde

Protected Properties

Property Type Description
$_collections array Additional collections.
$_mimedb string The path to a MIME magic database.
$_registry Horde_Registry A registry object.

Public Methods

Method Description
__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.

Method Details

__construct() public method

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() public method

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

getName() public method

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

Property Details

$_collections protected_oe property

Additional collections.
protected array $_collections
return array

$_mimedb protected_oe property

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

$_registry protected_oe property

A registry object.
protected Horde_Registry $_registry
return Horde_Registry