ResourceInterface
interface ResourceInterface implements ResourceInterface
Methods
mixed
asRequestBody()
Returns the resource in the form of request body.
string[]
asUriParameters()
Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.
Details
at line 25
mixed
asRequestBody()
Returns the resource in the form of request body.
This can differ from regular serialization, as some fields may not be present in the request payload.
at line 33
string[]
asUriParameters()
Returns an associative array where keys are the name of the fragments in a URI, and the values are the corresponding IDs.