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.
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Méthodes publiques
Méthode |
Description |
|
__construct ( Horde_Kolab_Format $handler ) |
Constructor. |
|
getHandler ( ) : Horde_Kolab_Format |
Return the decorated handler. |
|
Method Details
__construct()
public méthode
public __construct ( Horde_Kolab_Format $handler ) |
$handler |
Horde_Kolab_Format |
The handler to be decorated. |
getHandler()
public méthode
Return the decorated handler.
public getHandler ( ) : Horde_Kolab_Format |
Résultat |
Horde_Kolab_Format |
The handler. |