Bitrix API

AbstractFlowMemberProvider uses FlowMemberTrait

AbstractYes

Table of Contents

Methods

getDistributionType()  : FlowDistributionType
getResponsibleAccessCodes()  : array<string|int, string>
Those responsible for progress in completing tasks in the flow.
getResponsibleRole()  : Role
getTaskCreatorAccessCodes()  : array<string|int, mixed>
getTeamAccessCodes()  : array<string|int, string>
getTeamCount()  : array<string|int, mixed>

Methods

getResponsibleAccessCodes()

Those responsible for progress in completing tasks in the flow.

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

getTaskCreatorAccessCodes()

public getTaskCreatorAccessCodes(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>

getTeamAccessCodes()

public abstract 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
Return values
array<string|int, string>

        
On this page

Search results