corma
corma copied to clipboard
Refactor Relationship Save + Load
Create Attributes and Handler Interface
Move logic for each relationship type into a RelationshipHandler classes which have the following methods:
- public static getRelationshipClass(): string
- load(array $objects, string $property): array
- save(array $objects, string $property): array