PHP Класс Horde_Kolab_Format_Decorator_Base, 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.
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
__construct ( Horde_Kolab_Format $handler ) |
Constructor. |
|
getHandler ( ) : Horde_Kolab_Format |
Return the decorated handler. |
|
Описание методов
__construct()
публичный Метод
public __construct ( Horde_Kolab_Format $handler ) |
$handler |
Horde_Kolab_Format |
The handler to be decorated. |
getHandler()
публичный Метод
Return the decorated handler.
public getHandler ( ) : Horde_Kolab_Format |
Результат |
Horde_Kolab_Format |
The handler. |