コード例 #1
0
 protected function _toHtml()
 {
     if (!$this->isEnabled()) {
         return;
     }
     return parent::_toHtml();
 }