| 1 | <?php |
||
| 3 | class Zenc_EmailLogger_Block_Render_Dump |
||
| 4 | extends Mage_Core_Block_Abstract |
||
| 5 | implements Zenc_EmailLogger_Block_Render_Interface |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Block html frame open tag |
||
| 9 | * @var string |
||
| 10 | */ |
||
| 11 | protected $_frameOpenTag = 'pre'; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Block html frame close tag |
||
| 15 | * @var string |
||
| 16 | */ |
||
| 17 | protected $_frameCloseTag = 'pre'; |
||
| 18 | |||
| 19 | public function getContentType() |
||
| 23 | |||
| 24 | protected function _toHtml() |
||
| 28 | } |
||
| 29 |