protected function WsDataUser::parse in Web Service Data 7
Overrides WsData::parse
File
- modules/
ws_services/ includes/ WsDataUser.inc, line 9
Class
Code
protected function parse($data) {
return array();
}
Overrides WsData::parse
protected function parse($data) {
return array();
}