Пример #1
0
 /**
  * Render html
  * Return empty string if module isn't enabled
  *
  * @return string
  */
 protected function _toHtml()
 {
     if (!$this->_canBeShown()) {
         return '';
     }
     return parent::_toHtml();
 }