@@ -111,6 +111,9 @@ discard block |
||
| 111 | 111 | return $this->saveXML(); |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | + /** |
|
| 115 | + * @param string $path |
|
| 116 | + */ |
|
| 114 | 117 | protected function createNodes($path) |
| 115 | 118 | { |
| 116 | 119 | $path_parts = explode('/', $path); |
@@ -189,6 +192,9 @@ discard block |
||
| 189 | 192 | return $node_path; |
| 190 | 193 | } |
| 191 | 194 | |
| 195 | + /** |
|
| 196 | + * @param string|null $path |
|
| 197 | + */ |
|
| 192 | 198 | protected function realxpath($path) |
| 193 | 199 | { |
| 194 | 200 | if ($path === null) { |
@@ -255,6 +261,9 @@ discard block |
||
| 255 | 261 | } |
| 256 | 262 | } |
| 257 | 263 | |
| 264 | + /** |
|
| 265 | + * @return string |
|
| 266 | + */ |
|
| 258 | 267 | private function className($class) |
| 259 | 268 | { |
| 260 | 269 | if (!is_string($class)) { |