leadvertex / plugin-component-purpose
LeadVertex plugin purpose component
Installs: 6 018
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- ext-json: *
- xakepehok/enum-helper: ^0.1.0
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