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.
상속: implements Horde_Kolab_Format
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Horde_Kolab_Format $handler ) Constructor.
getHandler ( ) : Horde_Kolab_Format Return the decorated handler.

메소드 상세

__construct() 공개 메소드

Constructor.
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.