public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['throwHasContentChangedOnRowColumnsUpdate'] = 'has_content';
     $ret['ownModel'] = 'Kwf_Component_Cache_ParentContent_RootBoxSelect_Box_Model';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['throwHasContentChangedOnRowColumnsUpdate'] = 'has_content';
     $ret['ownModel'] = 'Kwf_Component_Cache_ParentContent_RootAlternative_Box_Model';
     $ret['flags']['hasAlternativeComponent'] = true;
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['ownModel'] = 'Kwf_Component_Cache_HasContent_Root_Child_Model';
     return $ret;
 }