com\setasign\Konquadrat\Workflow\Config

StepInterface

File: /Konquadrat/src/Workflow/Config/StepInterface.php

Implemented in

Summary

Methods

getId()

abstract public StepInterface::getId (
void
): string

processAfterView()

processBeforeValidate()

processBeforeView()

processCurrentStep()

Processes the currentStep entry (if available)

Not done in a global process() method because these things have to be processed in specific situations and not all at once.

Parameters
$workflow : \com\setasign\Konquadrat\Workflow\Workflow
 

processNextStep()

Processes the nextStep entry (if available)

Not done in a global process() method because these things have to be processed in specific situations and not all at once.

Parameters
$workflow : \com\setasign\Konquadrat\Workflow\Workflow
 
$buttonName : string
 

processOnSubmit()

processPreviousStep()

Processes the previousStep entry (if available)

Not done in a global process() method because these things have to be processed in specific situations and not all at once.

Parameters
$workflow : \com\setasign\Konquadrat\Workflow\Workflow
 
$buttonName : string
 

processView()