@@ -20,6 +20,9 @@ |
||
20 | 20 | */ |
21 | 21 | const PARAMETER_IDENTIFIER = ':'; |
22 | 22 | |
23 | + /** |
|
24 | + * @param string $path |
|
25 | + */ |
|
23 | 26 | public function __construct($path) { |
24 | 27 | $this->path = $path; |
25 | 28 | } |