CreateCommand
FinalYes
Table of Contents
Methods
- __construct() : mixed
- execute() : Result
- setBindings() : self
- setWorkflow() : self
Methods
__construct()
public
__construct(Task $task, int $responsibleId) : mixed
Parameters
- $task : Task
- $responsibleId : int
execute()
public
execute() : Result
Return values
ResultsetBindings()
public
setBindings(array<string|int, mixed> $bindings) : self
Parameters
- $bindings : array<string|int, mixed>
Return values
selfsetWorkflow()
public
setWorkflow(Workflow $workflow) : self
Parameters
- $workflow : Workflow