getValue() public method

public getValue ( $object ) : mixed
$object
return mixed
 /**
  * @param $object
  *
  * @return mixed
  */
 public function getIdValue($object)
 {
     return $this->entityIdMetadata->getValue($object);
 }