Horde_Core_Block::getTitle PHP Méthode

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