您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
501B

  1. <?php
  2. namespace Lc\CaracoleBundle\Definition;
  3. use Lc\SovBundle\Definition\ActionDefinition as SovActionDefinition;
  4. class ActionDefinition extends SovActionDefinition{
  5. public const DUPLICATE_TO_OTHER_MERCHANT = 'duplicateToOtherMerchant';
  6. public const DUPLICATE_TO_OTHER_SECTION = 'duplicateToOtherSection';
  7. public const EDIT_ADDRESS_USER = 'editAddressUser';
  8. public const SWITCH_MERCHANT = 'switchMerchant';
  9. public const SWITCH_FAVORITE_MERCHANT = 'switchFavoriteMerchant';
  10. }