You are here

public function ServicesClientMappingValue::setNotEmpty in Services Client 7.2

Remove empty flag of value.

Return value

ServicesClientMappingValue

File

include/mapping.inc, line 123

Class

ServicesClientMappingValue
Value description that is returned from Reader.

Code

public function setNotEmpty() {
  $this->empty = FALSE;
  return $this;
}