| 123456789101112 |
- <?php
- return [
- 'invoker' => [
- ['invoker_id'=>\common\enums\GlobalFuncEnum::DIY_EDIT_FORM,'class'=>'addons\SmartForm\common\models\AddonsSmartFormDecorationForm','method'=>'resetUserForm'],
- ['invoker_id'=>\common\enums\GlobalFuncEnum::DIY_COPY_FORM,'class'=>'addons\SmartForm\common\models\AddonsSmartFormDecorationForm','method'=>'copyForm'],
- ['invoker_id'=>\common\enums\GlobalFuncEnum::DIY_DELETE_FORM,'class'=>'addons\SmartForm\common\models\AddonsSmartFormDecorationForm','method'=>'deleteForm'],
- ['invoker_id'=>\common\enums\GlobalFuncEnum::GOODS_NEED_SMARTFORM,'class'=>'addons\SmartForm\common\models\SmartFormTemplateGoods','method'=>'getGoodsTemplate'],
- ['invoker_id'=>\common\enums\GlobalFuncEnum::GOODS_DETAIL_EDIT,'class'=>'addons\SmartForm\common\models\SmartFormTemplateGoods','method'=>'postGoodSmartForm'],
- ]
- ];
|