You are here

public function ServicesClientMappingValue::isEmpty in Services Client 7.2

Return whether value is empty or not.

Return value

bool TRUE if empty.

File

include/mapping.inc, line 104

Class

ServicesClientMappingValue
Value description that is returned from Reader.

Code

public function isEmpty() {
  return $this->empty;
}