title | footer |
---|---|
\leantime\domain\repositories\queue |
false |
- Full name:
\leantime\domain\repositories\queue
public queue::__construct(): mixed
Return Value:
public queue::queueMessageToUsers(mixed $recipients, mixed $message, mixed $subject = "", mixed $projectId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
recipients |
mixed | |
message |
mixed | |
subject |
mixed | |
projectId |
mixed |
Return Value:
public queue::listMessageInQueue(mixed $channel = 'email', mixed $recipients = null, mixed $projectId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
channel |
mixed | |
recipients |
mixed | |
projectId |
mixed |
Return Value:
public queue::deleteMessageInQueue(mixed $msghashes): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
msghashes |
mixed |
Return Value:
Automatically generated from source code comments on 2023-02-28 using phpDocumentor