コード例 #1
0
 /**
  * Render block HTML
  *
  * @return string
  */
 protected function _toHtml()
 {
     return parent::_toHtml();
 }
コード例 #2
0
 /**
  * Render block HTML
  *
  * @return string
  */
 protected function _toHtml()
 {
     $this->setReloadAllowed($this->_allowReload);
     return parent::_toHtml();
 }