fireproofsocks / dto

Data Transfer Object (DTO) in PHP using JSON Schema
77 stars 12 forks source link

Implement offsetUnset #8

Closed fireproofsocks closed 7 years ago

fireproofsocks commented 7 years ago

Unsetting a key should restore the default value for that location (if that location is defined), or the command should simply be ignored.

fireproofsocks commented 7 years ago

v3 implements the forget() method.