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();