You are here

public function ServicesClientMappingValue::setValue in Services Client 7.2

Set value data.

Parameters

array $value: List of values gathered by reader.

Return value

self

File

include/mapping.inc, line 83

Class

ServicesClientMappingValue
Value description that is returned from Reader.

Code

public function setValue($value) {
  $this->value = $value;
  return $this;
}