APIFactory
class APIFactory
Class APIFactory - Singleton factory class responsible for populating enities with erp data
Properties
| ContainerInterface | $container |
Methods
__construct(ContainerInterface $container)
BaseFactory constructor.
mixed
entityPopulate($entity, $data, array $mappings = [])
No description
prepareEntityList()
No description
Tag[]
getFieldAnnotations(string $entityClass, string $field)
No description
Tag|null
getSpecificFieldAnnotation(string $entityClass, string $field, string $tag)
No description
Details
at line 44
__construct(ContainerInterface $container)
BaseFactory constructor.