Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getConstraints()
 {
     return $this->typedData->getConstraints();
 }
Ejemplo n.º 2
0
 /**
  * Implements MetadataInterface::findConstraints().
  */
 public function findConstraints($group)
 {
     return $this->typedData->getConstraints();
 }