@@ -28,6 +28,9 @@ |
||
28 | 28 | */ |
29 | 29 | protected $uniqId; |
30 | 30 | |
31 | + /** |
|
32 | + * @param integer $id |
|
33 | + */ |
|
31 | 34 | public function __construct($id, TypeInterface $type) |
32 | 35 | { |
33 | 36 | $this->id = $id; |