final |
|---|
readonly |
Handles ServiceDocumentQueryPlan — produces the OData service document JSON.
Emits: {"@odata.context":"<serviceRoot>$metadata","value":[ {"name":"Products","kind":"EntitySet","url":"Products"}, ... ]}
| Methods | ||
|---|---|---|
public
|
__construct(string $serviceRoot)
|
# |
public
|
handle(ServiceDocumentQueryPlan $plan): ODataResponse
|
# |