コード例 #1
0
ファイル: EntityMapping.php プロジェクト: guiwoda/fluent
 /**
  * {@inheritdoc}
  */
 public function addMapperTo(MapperSet $mappers)
 {
     $mappers->addMapper($this->mapFor(), new EntityMapper($this));
 }
コード例 #2
0
ファイル: EmbeddableMapping.php プロジェクト: guiwoda/fluent
 /**
  * {@inheritdoc}
  */
 public function addMapperTo(MapperSet $mappers)
 {
     $mappers->addMapper($this->mapFor(), new EmbeddableMapper($this));
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 public function addMapperTo(MapperSet $mappers)
 {
     $mappers->addMapper($this->mapFor(), new MappedSuperClassMapper($this));
 }