예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function getConstraints()
 {
     return $this->typedData->getConstraints();
 }
예제 #2
0
파일: Metadata.php 프로젝트: dev981/gaptest
 /**
  * Implements MetadataInterface::findConstraints().
  */
 public function findConstraints($group)
 {
     return $this->typedData->getConstraints();
 }