eee
This commit is contained in:
+10
@@ -477,6 +477,16 @@ class Scanner extends Component
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 返回 Master 扫描产生的完整清单数据,供 Worker 轻量重建注解路由
|
||||||
|
* @return array{string: array{mtime: int, classes: string[]}}
|
||||||
|
*/
|
||||||
|
public function getManifestClasses(): array
|
||||||
|
{
|
||||||
|
return $this->manifest->all();
|
||||||
|
}
|
||||||
|
|
||||||
public function reset(): void
|
public function reset(): void
|
||||||
{
|
{
|
||||||
$this->files = [];
|
$this->files = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user