\Horde_Kolab_Storage_Folder_Type

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.

Summary

Methods
Properties
Constants
__construct()
getType()
isDefault()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_type
$_default
N/A

Properties

$_type

$_type : string

Folder type.

Type

string

$_default

$_default : boolean

Default folder?

Type

boolean

Methods

__construct()

__construct(string  $annotation) 

Constructor.

Parameters

string $annotation

The folder type annotation value.

getType()

getType() : string

Return the folder type.

Returns

string —

The folder type.

isDefault()

isDefault() : boolean

Indicates if this is a default folder.

Returns

boolean —

True if it is a default folder.