Horde_Core_Block::_ajaxUpdate PHP Méthode

_ajaxUpdate() protected méthode

Returns this block's content for AJAX updates.
protected _ajaxUpdate ( Horde_Variables $vars ) : string
$vars Horde_Variables The form variables for the request.
Résultat string The update content.
    protected function _ajaxUpdate(Horde_Variables $vars)
    {
        return '';
    }