Public Member Functions | |
setText ($text) | |
getText () | |
addText ($text, $before=false) | |
Protected Member Functions | |
_toHtml () |
Definition at line 33 of file Text.php.
_toHtml | ( | ) | [protected] |
Override this method in descendants to produce html
Reimplemented from Mage_Core_Block_Abstract.
Reimplemented in Mage_Core_Block_Text_List_Item, Mage_Core_Block_Text_List_Link, Mage_Core_Block_Text_List, Mage_Core_Block_Text_Tag_Meta, Mage_Core_Block_Text_Tag, and Mage_GoogleAnalytics_Block_Ga.
Definition at line 56 of file Text.php.
00057 { 00058 if (!$this->_beforeToHtml()) { 00059 return ''; 00060 } 00061 00062 return $this->getText(); 00063 }
addText | ( | $ | text, | |
$ | before = false | |||
) |
getText | ( | ) |
setText | ( | $ | text | ) |