You are here

public function ServicesClientMappingValue::__construct in Services Client 7.2

Constructor.

Parameters

array $value: Value that should be carried.

File

include/mapping.inc, line 71

Class

ServicesClientMappingValue
Value description that is returned from Reader.

Code

public function __construct($value = array()) {
  $this->value = $value;
  $this->empty = FALSE;
}