Create/Write/Delete relationships
Closed this issue · 1 comments
ahri commented
Need to be able to create and destroy relationships, the the relationship aspect of TLO will be feature-complete.
Create:
TLORelationship::newObject($relationship, TLO $one, TLO $many)
Write:
TLORelationship->write()
Delete:
TLORelationship->delete()