leadvertex/plugin-component-purpose

This package is abandoned and no longer maintained. No replacement package was suggested.

LeadVertex plugin purpose component

1.3.2 2022-10-29 19:57 UTC

This package is auto-updated.

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


README

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

PluginClass

Leadvertex\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

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

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

PluginPurpose

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