@@ -45,82 +45,82 @@ |
||
45 | 45 | $this->prices = new Prices(); |
46 | 46 | } |
47 | 47 | |
48 | - public function getId(): ?int |
|
48 | + public function getId(): ? int |
|
49 | 49 | { |
50 | 50 | return $this->id; |
51 | 51 | } |
52 | 52 | |
53 | - public function getImages(): ?array |
|
53 | + public function getImages(): ? array |
|
54 | 54 | { |
55 | 55 | return $this->images; |
56 | 56 | } |
57 | 57 | |
58 | - public function getOptions(): ?Options |
|
58 | + public function getOptions(): ? Options |
|
59 | 59 | { |
60 | 60 | return $this->options; |
61 | 61 | } |
62 | 62 | |
63 | - public function getCodes(): ?Codes |
|
63 | + public function getCodes(): ? Codes |
|
64 | 64 | { |
65 | 65 | return $this->codes; |
66 | 66 | } |
67 | 67 | |
68 | - public function getPrices(): ?Prices |
|
68 | + public function getPrices(): ? Prices |
|
69 | 69 | { |
70 | 70 | return $this->prices; |
71 | 71 | } |
72 | 72 | |
73 | - public function getName(): ?string |
|
73 | + public function getName(): ? string |
|
74 | 74 | { |
75 | 75 | return $this->name; |
76 | 76 | } |
77 | 77 | |
78 | - public function getDescription(): ?string |
|
78 | + public function getDescription(): ? string |
|
79 | 79 | { |
80 | 80 | return $this->description; |
81 | 81 | } |
82 | 82 | |
83 | - public function getNotes(): ?string |
|
83 | + public function getNotes(): ? string |
|
84 | 84 | { |
85 | 85 | return $this->notes; |
86 | 86 | } |
87 | 87 | |
88 | - public function getWeightUnit(): ?string |
|
88 | + public function getWeightUnit(): ? string |
|
89 | 89 | { |
90 | 90 | return $this->weight_unit; |
91 | 91 | } |
92 | 92 | |
93 | - public function getLengthUnit(): ?string |
|
93 | + public function getLengthUnit(): ? string |
|
94 | 94 | { |
95 | 95 | return $this->length_unit; |
96 | 96 | } |
97 | 97 | |
98 | - public function getWeight(): ?float |
|
98 | + public function getWeight(): ? float |
|
99 | 99 | { |
100 | 100 | return $this->weight; |
101 | 101 | } |
102 | 102 | |
103 | - public function getWidth(): ?float |
|
103 | + public function getWidth(): ? float |
|
104 | 104 | { |
105 | 105 | return $this->width; |
106 | 106 | } |
107 | 107 | |
108 | - public function getHeight(): ?float |
|
108 | + public function getHeight(): ? float |
|
109 | 109 | { |
110 | 110 | return $this->height; |
111 | 111 | } |
112 | 112 | |
113 | - public function getDepth(): ?float |
|
113 | + public function getDepth(): ? float |
|
114 | 114 | { |
115 | 115 | return $this->depth; |
116 | 116 | } |
117 | 117 | |
118 | - public function getCreationDatetime(): ?DateTime |
|
118 | + public function getCreationDatetime(): ? DateTime |
|
119 | 119 | { |
120 | 120 | return $this->creation_datetime; |
121 | 121 | } |
122 | 122 | |
123 | - public function getModificationDatetime(): ?DateTime |
|
123 | + public function getModificationDatetime(): ? DateTime |
|
124 | 124 | { |
125 | 125 | return $this->modification_datetime; |
126 | 126 | } |