PHP Class Horde_Kolab_Storage_Folder_Type, horde

Copyright 2010-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.
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( string $annotation ) Constructor.
getType ( ) : string Return the folder type.
isDefault ( ) : boolean Indicates if this is a default folder.

Method Details

__construct() public method

Constructor.
public __construct ( string $annotation )
$annotation string The folder type annotation value.

getType() public method

Return the folder type.
public getType ( ) : string
return string The folder type.

isDefault() public method

Indicates if this is a default folder.
public isDefault ( ) : boolean
return boolean True if it is a default folder.