PHP Класс Horde_Dav_RootCollection, horde

Автор: Jan Schneider ([email protected])
Наследование: extends Sabre\DAV\Collection
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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