public function ServicesClientMappingValue::getValue in Services Client 7.2
Retrieve existing value.
Return value
array Value.
File
- include/
mapping.inc, line 94
Class
- ServicesClientMappingValue
- Value description that is returned from Reader.
Code
public function getValue() {
return $this->value;
}