Documentation

Horde_Kolab_Storage_Folder_Type
in package

Handles folder types.

Copyright 2010-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

$_default  : bool
Default folder?
$_type  : string
Folder type.
__construct()  : mixed
Constructor.
getType()  : string
Return the folder type.
isDefault()  : bool
Indicates if this is a default folder.

Properties

$_default

Default folder?

private bool $_default

$_type

Folder type.

private string $_type

Methods

__construct()

Constructor.

public __construct(string $annotation) : mixed
Parameters
$annotation : string

The folder type annotation value.

Return values
mixed

getType()

Return the folder type.

public getType() : string
Return values
string

The folder type.

isDefault()

Indicates if this is a default folder.

public isDefault() : bool
Return values
bool

True if it is a default folder.

Search results