Documentation

Horde_Kolab_Storage_Folder_Data
in package

A helper for folder data.

Copyright 2012-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
category

Kolab

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

$_namespace  : Horde_Kolab_Storage_Folder_Namespace
Namespace handler
$_path  : string
Folder path.
$_type  : Horde_Kolab_Storage_Folder_Type
Folder type.
__construct()  : mixed
Constructor.
toArray()  : array<string|int, mixed>
Prepare an array representing the folder data.

Properties

$_path

Folder path.

private string $_path

Methods

toArray()

Prepare an array representing the folder data.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

The folder data.

Search results