Horde_Core_Block::_refreshContent PHP Метод

_refreshContent() защищенный Метод

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
Результат string
    protected function _refreshContent($vars)
    {
        return '';
    }