💡 Fix PHPDoc in \ApplicationMenu::GetSubMenuNodes

This commit is contained in:
Pierre Goiffon
2022-12-23 16:14:38 +01:00
parent 48645dd519
commit 94d7d94bff

View File

@@ -291,17 +291,17 @@ class ApplicationMenu
* @param string $sMenuGroupIdx
* @param array $aExtraParams
*
* @return array {
* array {
* sId: string,
* sTitle: string,
* sLabel: string,
* bHasCount: bolean,
* sUrl: string url
* bOpenInNewWindow: bolean
* aSubMenuNodes: same structure recursively
* }
* } $aSubMenuNodes
* @return array{
* array{
* sId: string,
* sTitle: string,
* sLabel: string,
* bHasCount: boolean,
* sUrl: string,
* bOpenInNewWindow: boolean,
* aSubMenuNodes: array
* }
* } The aSubMenuNodes key contains the same structure recursively
* @throws \DictExceptionMissingString
* @throws \Exception
* @since 3.0.0