@@ -30,6 +30,9 @@ |
||
30 | 30 | return $this->_bound; |
31 | 31 | } |
32 | 32 | |
33 | + /** |
|
34 | + * @param integer $size |
|
35 | + */ |
|
33 | 36 | public function __construct($size) { |
34 | 37 | $this->_size = $size; |
35 | 38 | } |