Horde_Core_Block::_refreshContent PHP Method

_refreshContent() protected method

Stub to be overridden by concrete block that supports user-initiated updating of content via ajax.
protected _refreshContent ( Horde_Variables $vars ) : string
$vars Horde_Variables
return string
    protected function _refreshContent($vars)
    {
        return '';
    }