salesrender/plugin-component-purpose

SalesRender plugin purpose component

Installs: 679

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/salesrender/plugin-component-purpose

2.0.5 2024-08-09 15:45 UTC

This package is auto-updated.

Last update: 2025-09-09 18:04:23 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