leadvertex/plugin-component-purpose

此包已被 弃用 且不再维护。未建议替代包。

LeadVertex 插件目的组件

1.3.2 2022-10-29 19:57 UTC

This package is auto-updated.

Last update: 2023-12-01 15:23:13 UTC


README

此包是可能插件操作和实体的内部表示,这些操作和实体可以被操作处理。

PluginClass

Leadvertex\Plugin\Components\Purpose\PluginClass - 提供可能的插件类(操作)的值对象。

  • PluginClass::CLASS_EXPORTER 具有此类的插件可以将一些数据导出到某些格式。

PluginEntity

Leadvertex\Plugin\Components\Purpose\PluginEntity - 提供插件可以处理的可能实体的值对象。

  • PluginEntity::ENTITY_ORDER 表示插件可以处理订单。

PluginPurpose

\Leadvertex\Plugin\Components\Purpose\PluginPurpose - PluginClass & PluginEntity 的容器。