function wsdata_simple_xml_processor::accepts in Web Service Data 7
Overrides WsData::accepts
File
- ./
wsdata_simple_xml.wsdata.processor.inc, line 30
Class
Code
function accepts() {
return array(
'xml',
);
}
Overrides WsData::accepts
function accepts() {
return array(
'xml',
);
}