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>
__construct()
public
__construct() : mixed
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
-
-
throws
-
ProviderException
Return values
array<string|int, mixed>
getTaskCreatorCollection()
public
getTaskCreatorCollection(int $flowId[, int|null $offset = null ][, int|null $limit = null ]) : TaskCreatorCollection
Parameters
-
$flowId
: int
-
-
$offset
: int|null
= null
-
-
$limit
: int|null
= null
-
-
throws
-
ProviderException
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
-
-
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
-
-
throws
-
ProviderException
Return values
array<string|int, mixed>
getTeamCount()
public
getTeamCount(FlowCollection $flows) : array<string|int, mixed>
Parameters
-
$flows
: FlowCollection
-
Return values
array<string|int, mixed>