This commit is contained in:
2021-04-19 12:36:04 +08:00
parent a8df0b9367
commit 9e39be1f99
+9
View File
@@ -33,6 +33,15 @@ class Loader extends BaseObject
private FileTree $files; private FileTree $files;
/**
* @return array
*/
public function getDirectory(): array
{
return $this->_directory;
}
public function init() public function init()
{ {
$this->files = new FileTree(); $this->files = new FileTree();