Horde_Core_Block::getContent PHP Méthode

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