salesrender/plugin-component-purpose

SalesRender plugin purpose component

2.0.5 2024-08-09 15:45 UTC

This package is auto-updated.

Last update: 2025-03-09 17:03:37 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