getValue() public méthode

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