@@ -147,6 +147,8 @@ discard block |
||
147 | 147 | |
148 | 148 | /** |
149 | 149 | * Construct. |
150 | + * @param integer $id |
|
151 | + * @param integer $bladesNumber |
|
150 | 152 | */ |
151 | 153 | public function __construct($id, $bladesNumber = null, $nothing = 'wrong') |
152 | 154 | { |
@@ -164,6 +166,9 @@ discard block |
||
164 | 166 | return $this->id; |
165 | 167 | } |
166 | 168 | |
169 | + /** |
|
170 | + * @param string $color |
|
171 | + */ |
|
167 | 172 | public function setColor($color) { |
168 | 173 | $this->color = $color; |
169 | 174 | } |