改名
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user