function wsdata_simple_json_processor::accepts in Web Service Data 7
Overrides WsData::accepts
File
- ./
wsdata_simple_json.wsdata.processor.inc, line 20
Class
Code
function accepts() {
return array(
'json',
);
}
Overrides WsData::accepts
function accepts() {
return array(
'json',
);
}