
Public Member Functions | |
| setValue ($value) | |
Protected Member Functions | |
| _construct () | |
Definition at line 33 of file Debug.php.
| _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 }
1.5.8