Horde_Core_Block::getContent PHP Метод

getContent() публичный Метод

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
Результат string The block's content.
    public function getContent()
    {
        return $this->_call('_content', '');
    }