CopyTaskProducer implements ProducerInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- produceTask() : Result
- setCreatedDate() : static
- setParentTaskId() : static
Methods
__construct()
public
__construct(RepositoryInterface $repository) : mixed
Parameters
- $repository : RepositoryInterface
produceTask()
public
produceTask() : Result
Return values
ResultsetCreatedDate()
public
setCreatedDate(DateTime $createdDate) : static
Parameters
- $createdDate : DateTime
Return values
staticsetParentTaskId()
public
setParentTaskId(int $taskId) : static
Parameters
- $taskId : int