* [story #67973, doing] add model method 'getGroupedObjects'.

This commit is contained in:
sunhao
2024-11-12 09:44:31 +08:00
committed by 刘刚
parent 1a0f9dfe79
commit f47a05f7ed
+10
View File
@@ -903,6 +903,16 @@ class apiModel extends model
return array($normalObjects, $closedObjects);
}
/**
* 获取分组后的对象列表。
*
* @access public
* @return array
*/
public function getGroupedObjects(): array
{
}
/**
* 获取有权限的接口文档列表。
* Get priv Apis.