Horde_Kolab_Format_Decorator_Base
in package
implements
Horde_Kolab_Format
A base decorator definition.
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
Interfaces, Classes, Traits and Enums
- Horde_Kolab_Format
- The Horde_Kolab_Format:: interface defines the basic properties of a Kolab format handler.
Table of Contents
- $_handler : Horde_Kolab_Format
- The decorated Kolab format handler.
- __construct() : mixed
- Constructor.
- getHandler() : Horde_Kolab_Format
- Return the decorated handler.
Properties
$_handler
The decorated Kolab format handler.
private
Horde_Kolab_Format
$_handler
Methods
__construct()
Constructor.
public
__construct(Horde_Kolab_Format $handler) : mixed
Parameters
- $handler : Horde_Kolab_Format
-
The handler to be decorated.
Return values
mixed —getHandler()
Return the decorated handler.
public
getHandler() : Horde_Kolab_Format
Return values
Horde_Kolab_Format —The handler.