PHP Class Horde_Kolab_Storage_Folder_Data, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Show file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( string $path, Horde_Kolab_Storage_Folder_Type $type, Horde_Kolab_Storage_Folder_Namespace $namespace ) Constructor.
toArray ( ) : array Prepare an array representing the folder data.

Method Details

__construct() public method

Constructor.
public __construct ( string $path, Horde_Kolab_Storage_Folder_Type $type, Horde_Kolab_Storage_Folder_Namespace $namespace )
$path string The folder path.
$type Horde_Kolab_Storage_Folder_Type The folder type.
$namespace Horde_Kolab_Storage_Folder_Namespace The namespace hanlder.

toArray() public method

Prepare an array representing the folder data.
public toArray ( ) : array
return array The folder data.