コード例 #1
0
 /**
  * Retrieve child blocks html
  *
  * @param string $name
  * @param Mage_Core_Block_Abstract $child
  * @return string
  */
 protected function _beforeChildToHtml($name, $child)
 {
     $child->setItem($this->getItem());
 }