com\setasign\Konquadrat\Workflow\Config

WorkflowInterface

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

Implemented in

Implements

Summary

Methods

getFirstStepId()

abstract public WorkflowInterface::getFirstStepId (
void
): ?string

Returns the first step - if there are any steps.

getId()

abstract public WorkflowInterface::getId (
void
): string

getIdentifier()

abstract public WorkflowInterface::getIdentifier (
void
): string

Returns the identifier of the configuration - a change here will restart all running workflow processes

getRenderer()

abstract public WorkflowInterface::getRenderer (
void
): ?string

Returns Workflow::RENDERER_SMARTY, Workflow::RENDERER_TWIG or a class-string of a class implementing RendererInterface.

getStep()

abstract public WorkflowInterface::getStep (
string $ident
): StepInterface
Parameters
$ident : string
 

getSteps()

abstract public WorkflowInterface::getSteps (
void
): array

hasStep()

abstract public WorkflowInterface::hasStep (
string $ident
): bool
Parameters
$ident : string