@@ -33,6 +33,9 @@ |
||
| 33 | 33 | } |
| 34 | 34 | } |
| 35 | 35 | |
| 36 | + /** |
|
| 37 | + * @param string $root |
|
| 38 | + */ |
|
| 36 | 39 | public function scan_dir( $root, $exclude = array() ) { |
| 37 | 40 | |
| 38 | 41 | if ( is_null( $exclude ) || ! is_array( $exclude ) ) { |