Horde_Core_Block::refreshContent PHP Méthode

refreshContent() public méthode

This function handles the changing of current application as needed so code is executed in the scope of the application the block originated from.
public refreshContent ( Horde_Variables $vars ) : string
$vars Horde_Variables
Résultat string The block's content.
    public function refreshContent($vars)
    {
        return $this->_call('_refreshContent', '', $vars);
    }