\Horde_Kolab_Format_Decorator_Base

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.

Summary

Methods
Properties
Constants
__construct()
getHandler()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_handler
N/A

Properties

$_handler

$_handler : \Horde_Kolab_Format

The decorated Kolab format handler.

Type

\Horde_Kolab_Format

Methods

__construct()

__construct(\Horde_Kolab_Format  $handler) 

Constructor.

Parameters

\Horde_Kolab_Format $handler

The handler to be decorated.

getHandler()

getHandler() : \Horde_Kolab_Format

Return the decorated handler.

Returns

\Horde_Kolab_Format

The handler.