Table of Contents
Methods
-
__construct()
: mixed
-
getFlowIdsByUser()
: array<string|int, int>
-
removeUserFromFlowsResponsible()
: void
__construct()
public
__construct() : mixed
-
throws
-
NotFoundExceptionInterface
-
throws
-
ObjectNotFoundException
getFlowIdsByUser()
public
getFlowIdsByUser(int $userId[, int $limit = 100 ]) : array<string|int, int>
Parameters
-
$userId
: int
-
-
$limit
: int
= 100
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, int>
removeUserFromFlowsResponsible()
public
removeUserFromFlowsResponsible(int $deletedUserId, array<string|int, mixed> $flowIds) : void
Parameters
-
$deletedUserId
: int
-
-
$flowIds
: array<string|int, mixed>
-
-
throws
-
NotFoundExceptionInterface
-
throws
-
FlowNotUpdatedException
-
throws
-
ObjectNotFoundException
-
throws
-
CommandNotFoundException
-
throws
-
SqlQueryException
-
throws
-
FlowNotFoundException
-
throws
-
InvalidCommandException
-
throws
-
ArgumentException
-
throws
-
SystemException