This commit is contained in:
2023-10-17 17:18:56 +08:00
parent ec483b6c69
commit 72638acc7c
3 changed files with 49 additions and 0 deletions
+9
View File
@@ -57,6 +57,15 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
}
/**
* @return Handler[]
*/
public function getMethods(): array
{
return $this->methods;
}
/**
* @return array
*/