Horde_Kolab_Format_Decorator_Base::getHandler PHP Method

getHandler() public method

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