示例#1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['flags']['processInput'] = true;
     $ret['generators']['content']['component'] = 'Kwc_Shop_Cart_Checkout_Payment_Abstract_Confirm_Paragraphs_Component';
     return $ret;
 }
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['flags']['processInput'] = true;
     $ret['plugins']['placeholders'] = 'Kwf_Component_Plugin_Placeholders';
     $ret['viewCache'] = false;
     $ret['generators']['content']['component'] = 'Kwc_Shop_Cart_Checkout_Payment_Abstract_Confirm_Paragraphs_Component';
     return $ret;
 }