samizdam
samizdam
Case: I have multiple implementation for my entity interface and one schema for all it. Now SchemaContainer - use `class_exists()`, but not `interface_exists()` - use `get_classs()` for check instance type...
I have domain model with `uuid` field and want use it as `id` value for API mapping. I put `uuid` to `getIdProperties`, it is work fine for set id and...
According with https://tools.ietf.org/html/draft-kelly-json-hal-08#page-6 json has key for field with collection in embedded. Like this: ``` "_embedded": { "orders": [ // objects list ``` How I can set this key with...