FlowTeamProviderInterface
Table of Contents
Methods
- getFlowTeam() : array<string|int, mixed>
- getTeamCount() : array<string|int, mixed>
- getTeamMembers() : array<string|int, int>
Methods
getFlowTeam()
public
getFlowTeam(Flow $flow[, int|null $offset = null ][, int|null $limit = null ]) : array<string|int, mixed>
Parameters
- $flow : Flow
- $offset : int|null = null
- $limit : int|null = null
Return values
array<string|int, mixed>getTeamCount()
public
getTeamCount(FlowCollection $flows) : array<string|int, mixed>
Parameters
- $flows : FlowCollection
Return values
array<string|int, mixed> —[ flowId => usersCount ]
getTeamMembers()
public
getTeamMembers(Flow $flow[, int|null $offset = null ][, int|null $limit = null ]) : array<string|int, int>
Parameters
- $flow : Flow
- $offset : int|null = null
- $limit : int|null = null