예제 #1
0
파일: Registry.php 프로젝트: loic425/Sylius
 /**
  * {@inheritdoc}
  */
 public function add(MetadataInterface $metadata)
 {
     $this->metadata[$metadata->getAlias()] = $metadata;
 }