@@ -26,6 +26,9 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | private $prefix; |
| 28 | 28 | |
| 29 | + /** |
|
| 30 | + * @param string $prefix |
|
| 31 | + */ |
|
| 29 | 32 | public function __construct($prefix) |
| 30 | 33 | { |
| 31 | 34 | $this->prefix = $prefix; |