Bitrix API

MembersProvider

Table of Contents

Methods

__construct()  : mixed
getAssignees()  : array<string|int, mixed>
getTaskCreatorCollection()  : TaskCreatorCollection
getTaskCreators()  : array<string|int, mixed>
getTeam()  : array<string|int, mixed>
getTeamCount()  : array<string|int, mixed>

Methods

getAssignees()

public getAssignees(int $flowId[, int|null $offset = null ][, int|null $limit = null ]) : array<string|int, mixed>
Parameters
$flowId : int
$offset : int|null = null
$limit : int|null = null
Tags
throws
ProviderException
Return values
array<string|int, mixed>

getTaskCreators()

public getTaskCreators(int $flowId[, int|null $offset = null ][, int|null $limit = null ]) : array<string|int, mixed>
Parameters
$flowId : int
$offset : int|null = null
$limit : int|null = null
Tags
throws
ProviderException
Return values
array<string|int, mixed>

getTeam()

public getTeam(int $flowId[, int|null $offset = null ][, int|null $limit = null ]) : array<string|int, mixed>
Parameters
$flowId : int
$offset : int|null = null
$limit : int|null = null
Tags
throws
ProviderException
Return values
array<string|int, mixed>

        
On this page

Search results