* Example Modify the interface document module tree.

This commit is contained in:
tianshujie
2023-03-10 16:35:14 +08:00
parent ccba4f20cd
commit 2a728e1b87
6 changed files with 70 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ class dev extends control
$this->view->tab = 'api';
$this->view->selectedModule = $module;
$this->view->apis = $module ? $this->dev->getAPIs($module) : array();
$this->view->modules = $this->dev->getModules();
$this->view->moduleTree = $this->dev->getModuleTree($module);
$this->display();
}