salesrender/plugin-component-purpose

SalesRender plugin purpose component

2.0.3 2024-01-08 22:05 UTC

This package is auto-updated.

Last update: 2024-05-08 23:03:22 UTC


README

This packet is internal representation of possible plugin actions and entities, that can be handled by actions.

PluginClass

SalesRender\Plugin\Components\Purpose\PluginClass - ValueObject, that provide possible plugin classes (actions).

  • PluginClass::CLASS_EXPORTER plugin with this class can export some data in to some format

PluginEntity

SalesRender\Plugin\Components\Purpose\PluginEntity - ValueObject, that provide possible entities, that plugin can handle.

  • PluginEntity::ENTITY_ORDER mean, that plugin can work with orders

PluginPurpose

\SalesRender\Plugin\Components\Purpose\PluginPurpose - container for PluginClass & PluginEntity