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 '';
    }