Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class SectionTranslation extends AbstractTranslation implements SectionTranslationInterface |
||
16 | { |
||
17 | /** @var int */ |
||
18 | protected $id; |
||
19 | |||
20 | /** @var string|null */ |
||
21 | protected $name; |
||
22 | |||
23 | public function getId(): ?int |
||
26 | } |
||
27 | |||
28 | public function getName(): ?string |
||
31 | } |
||
32 | |||
33 | public function setName(?string $name): void |
||
38 |