| 1 | <?php |
||
| 6 | class EntityDefinitionCreator implements EntityDefinitionCreatorInterface |
||
| 7 | {
|
||
| 8 | /** |
||
| 9 | * @var FieldNameMapperInterface |
||
| 10 | */ |
||
| 11 | private $fieldNameMapper; |
||
| 12 | |||
| 13 | public function __construct(FieldNameMapperInterface $fieldNameMapper) |
||
| 17 | |||
| 18 | public function create(string $className) : EntityDefinition |
||
| 39 | } |