GroupQueueServiceInterface
Table of Contents
Methods
-
addToDB()
: mixed
-
isEntityProcessed()
: mixed
-
isReleased()
: bool
-
releaseGroup()
: mixed
addToDB()
public
addToDB(int $type, int $entityId, int $groupId) : mixed
Parameters
-
$type
: int
-
-
$entityId
: int
-
-
$groupId
: int
-
isEntityProcessed()
public
isEntityProcessed(int $type, int $entityId) : mixed
Parameters
-
$type
: int
-
-
$entityId
: int
-
isReleased()
public
isReleased(int $groupId) : bool
Parameters
-
$groupId
: int
-
releaseGroup()
public
releaseGroup(int $type, int $entityId, int $groupId) : mixed
Parameters
-
$type
: int
-
-
$entityId
: int
-
-
$groupId
: int
-