PHP Класс 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.
Автор: Gunnar Wrobel ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $annotation ) Constructor.
getType ( ) : string Return the folder type.
isDefault ( ) : boolean Indicates if this is a default folder.

Описание методов

__construct() публичный Метод

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

getType() публичный Метод

Return the folder type.
public getType ( ) : string
Результат string The folder type.

isDefault() публичный Метод

Indicates if this is a default folder.
public isDefault ( ) : boolean
Результат boolean True if it is a default folder.