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