
Public Member Functions | |
| getProduct () | |
Protected Attributes | |
| $_product = null | |
Definition at line 35 of file Description.php.
| getProduct | ( | ) |
Definition at line 39 of file Description.php.
00040 { 00041 if (!$this->_product) { 00042 $this->_product = Mage::registry('product'); 00043 } 00044 return $this->_product; 00045 }
$_product = null [protected] |
Definition at line 37 of file Description.php.
1.5.8