Пример #1
0
 protected function _getChildContentWidth(Kwf_Component_Data $child)
 {
     if ($child->id == 'large') {
         return Kwc_Abstract_Composite_Component::getContentWidth();
     }
     return parent::_getChildContentWidth($child);
 }