| Total Complexity | 2 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | trait NbChartProvenWithoutDlcTrait |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @ORM\Column(name="nbChartProvenWithoutDlc", type="integer", nullable=false, options={"default":0}) |
||
| 9 | */ |
||
| 10 | private int $nbChartProvenWithoutDlc = 0; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Set nbChartProvenWithoutDlc |
||
| 14 | * @param integer $nbChartProvenWithoutDlc |
||
| 15 | * @return $this |
||
| 16 | */ |
||
| 17 | public function setNbChartProvenWithoutDlc(int $nbChartProvenWithoutDlc): static |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Get nbChartProvenWithoutDlc |
||
| 25 | * |
||
| 26 | * @return integer |
||
| 27 | */ |
||
| 28 | public function getNbChartProvenWithoutDlc(): int |
||
| 33 |