Horde_Kolab_Format_Decorator_Base::getHandler PHP 메소드

getHandler() 공개 메소드

Return the decorated handler.
public getHandler ( ) : Horde_Kolab_Format
리턴 Horde_Kolab_Format The handler.
    public function getHandler()
    {
        return $this->_handler;
    }
Horde_Kolab_Format_Decorator_Base