common.php 877 B

123456789101112
  1. <?php
  2. return [
  3. 'invoker' => [
  4. ['invoker_id'=>\common\enums\GlobalFuncEnum::DIY_EDIT_FORM,'class'=>'addons\SmartForm\common\models\AddonsSmartFormDecorationForm','method'=>'resetUserForm'],
  5. ['invoker_id'=>\common\enums\GlobalFuncEnum::DIY_COPY_FORM,'class'=>'addons\SmartForm\common\models\AddonsSmartFormDecorationForm','method'=>'copyForm'],
  6. ['invoker_id'=>\common\enums\GlobalFuncEnum::DIY_DELETE_FORM,'class'=>'addons\SmartForm\common\models\AddonsSmartFormDecorationForm','method'=>'deleteForm'],
  7. ['invoker_id'=>\common\enums\GlobalFuncEnum::GOODS_NEED_SMARTFORM,'class'=>'addons\SmartForm\common\models\SmartFormTemplateGoods','method'=>'getGoodsTemplate'],
  8. ['invoker_id'=>\common\enums\GlobalFuncEnum::GOODS_DETAIL_EDIT,'class'=>'addons\SmartForm\common\models\SmartFormTemplateGoods','method'=>'postGoodSmartForm'],
  9. ]
  10. ];