Horde_Core_Block::getContent PHP Method

getContent() public method

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 getContent ( ) : string
return string The block's content.
    public function getContent()
    {
        return $this->_call('_content', '');
    }