WorkflowReconcileApprovalsCommand
extends Command
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- defaultName() : string
- execute() : int
- buildOptionParser() : ConsoleOptionParser
- getWorkflowEngine() : WorkflowEngineInterface
- Get the workflow engine.
Properties
$workflowEngine
private
WorkflowEngineInterface|null
$workflowEngine
= null
Methods
__construct()
public
__construct([CommandFactoryInterface|null $factory = null ][, WorkflowEngineInterface|null $workflowEngine = null ]) : mixed
Parameters
- $factory : CommandFactoryInterface|null = null
-
Command factory
- $workflowEngine : WorkflowEngineInterface|null = null
-
Workflow engine
defaultName()
public
static defaultName() : string
Tags
Return values
stringexecute()
public
execute(Arguments $args, ConsoleIo $io) : int
Parameters
- $args : Arguments
- $io : ConsoleIo
Tags
Return values
intbuildOptionParser()
protected
buildOptionParser(ConsoleOptionParser $parser) : ConsoleOptionParser
Parameters
- $parser : ConsoleOptionParser
Tags
Return values
ConsoleOptionParsergetWorkflowEngine()
Get the workflow engine.
private
getWorkflowEngine() : WorkflowEngineInterface