Document group.membership service's getGroupMembers() method.

This commit is contained in:
Michael Stenta 2021-06-04 07:17:06 -04:00
parent bd9f63bed7
commit 8f0838fad5
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ array of asset entities.
`getGroupAssignmentLog($asset)` - Find the latest group assignment log that
references an asset. Returns a log entity, or `NULL` if no logs were found.
`getGroupMembers($group, $recurse)` - Get assets that are members of a group,
optionally recursing into child groups.
**Example usage:**
```php