Horde_Core_Block::getTitle PHP Method

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