From 9e39be1f99ce1e4cfd82859b2d8de08b40ebe46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 12:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Loader.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 6da0ce46..6b7caf4b 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -33,6 +33,15 @@ class Loader extends BaseObject private FileTree $files; + /** + * @return array + */ + public function getDirectory(): array + { + return $this->_directory; + } + + public function init() { $this->files = new FileTree();