json-api-php / json-api

Implementation of JSON API in PHP
https://json-api-php.github.io/
MIT License
183 stars 18 forks source link

"Identifies" relation #16

Closed f3ath closed 7 years ago

f3ath commented 7 years ago

Native English speaker needed (@tobscure?)

Compound documents require “full linkage”, meaning that every included resource MUST be identified by at least one resource identifier object in the same document. These resource identifier objects could either be primary data or represent resource linkage contained within primary or included resources.

Which is the best?

tobyzerner commented 7 years ago

I like $a->identifies($b): bool

f3ath commented 7 years ago

So be it. Thanks