Bitrix API

FlowMemberFacade

Table of Contents

Methods

__construct()  : mixed
getResponsibleAccessCodes()  : array<string|int, string>
getTaskCreatorAccessCodes()  : array<string|int, string>
getTeamAccessCodes()  : array<string|int, string>
getTeamCount()  : array<string|int, mixed>

Methods

getResponsibleAccessCodes()

public getResponsibleAccessCodes(int $flowId) : array<string|int, string>
Parameters
$flowId : int
Tags
throws
FlowNotFoundException
Return values
array<string|int, string>

getTaskCreatorAccessCodes()

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

getTeamAccessCodes()

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

getTeamCount()

public getTeamCount(array<string|int, mixed> $flowIdList) : array<string|int, mixed>
Parameters
$flowIdList : array<string|int, mixed>
Tags
throws
FlowNotFoundException
Return values
array<string|int, mixed>

        
On this page

Search results