Bitrix API

ManuallyFlowTeamProvider implements FlowTeamProviderInterface

Table of Contents

Interfaces

FlowTeamProviderInterface

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
Tags
throws
SystemException
throws
ArgumentException
throws
LoaderException
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
Tags
throws
ProviderException
throws
LoaderException
Return values
array<string|int, int>

        
On this page

Search results