Ejemplo n.º 1
0
 /**
  * Extracts the value of the property from the given container.
  *
  * @param mixed $container The container to extract the property value from.
  *
  * @return mixed The value of the property.
  */
 public function getPropertyValue($container)
 {
     return $this->typedDataManager->getCanonicalRepresentation($this->typedData);
 }