Public Member Functions | |
getItemsCollection () | |
Protected Member Functions | |
_beforeToHtml () |
Definition at line 34 of file Items.php.
_beforeToHtml | ( | ) | [protected] |
Retrieve required options from parent
Reimplemented from Mage_Core_Block_Abstract.
Definition at line 39 of file Items.php.
00040 { 00041 if (!$this->getParentBlock()) { 00042 Mage::throwException(Mage::helper('adminhtml')->__('Invalid parrent block for this block')); 00043 } 00044 $this->setOrder($this->getParentBlock()->getOrder()); 00045 parent::_beforeToHtml(); 00046 }
getItemsCollection | ( | ) |