Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
7 | class EmbeddableInterfaceCreator extends AbstractEmbeddableCreator |
||
8 | { |
||
9 | public const FIND_NAME = 'SkeletonEmbeddableInterface'; |
||
10 | |||
11 | public const TEMPLATE_PATH = self::ROOT_TEMPLATE_PATH . |
||
12 | '/src/Entity/Embeddable/Interfaces/Objects/CatName/' . self::FIND_NAME . '.php'; |
||
13 | |||
14 | protected function getNewObjectFqn(): string |
||
21 |