You are here

public function ServicesClientMappingValue::setEmpty in Services Client 7.2

Set empty flag of value.

Return value

ServicesClientMappingValue

File

include/mapping.inc, line 113

Class

ServicesClientMappingValue
Value description that is returned from Reader.

Code

public function setEmpty() {
  $this->empty = TRUE;
  return $this;
}