PHP Class 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.
Inheritance: implements Horde_Kolab_Format
Show file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( Horde_Kolab_Format $handler ) Constructor.
getHandler ( ) : Horde_Kolab_Format Return the decorated handler.

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Kolab_Format $handler )
$handler Horde_Kolab_Format The handler to be decorated.

getHandler() public method

Return the decorated handler.
public getHandler ( ) : Horde_Kolab_Format
return Horde_Kolab_Format The handler.