Mage_Core_Block_Text_Tag_Debug Class Reference

Inheritance diagram for Mage_Core_Block_Text_Tag_Debug:

Mage_Core_Block_Text_Tag Mage_Core_Block_Text Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 setValue ($value)

Protected Member Functions

 _construct ()


Detailed Description

Base html block

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 33 of file Debug.php.


Member Function Documentation

_construct (  )  [protected]

Internal constructor, that is called from real constructor

Please override this one instead of overriding real __construct constructor

Please override this one instead of overriding real __construct constructor

Reimplemented from Mage_Core_Block_Text_Tag.

Definition at line 36 of file Debug.php.

00037     {
00038         parent::_construct();
00039         $this->setAttribute(array(
00040           'tagName'=>'xmp',
00041         ));
00042     }

setValue ( value  ) 

Definition at line 44 of file Debug.php.

00045     {
00046         return $this->setContents(print_r($value, 1));
00047     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:54 2009 for Magento by  doxygen 1.5.8