@@ -31,6 +31,9 @@ discard block |
||
| 31 | 31 | protected $cleanParam; |
| 32 | 32 | protected $host; |
| 33 | 33 | |
| 34 | + /** |
|
| 35 | + * @param string $parent |
|
| 36 | + */ |
|
| 34 | 37 | public function __construct($array, $parent = null) |
| 35 | 38 | { |
| 36 | 39 | $this->array = $array; |
@@ -56,6 +59,9 @@ discard block |
||
| 56 | 59 | return $this->addPath($line); |
| 57 | 60 | } |
| 58 | 61 | |
| 62 | + /** |
|
| 63 | + * @param string $rule |
|
| 64 | + */ |
|
| 59 | 65 | protected function addPath($rule) |
| 60 | 66 | { |
| 61 | 67 | // Return an array of paths |