@@ -18,6 +18,9 @@ |
||
18 | 18 | { |
19 | 19 | protected $property; |
20 | 20 | |
21 | + /** |
|
22 | + * @param integer $value |
|
23 | + */ |
|
21 | 24 | public function setProperty($value) |
22 | 25 | { |
23 | 26 | $this->property = $value; |