com\setasign\Konquadrat\Workflow
WorkflowData
File: /Konquadrat/src/Workflow/WorkflowData.php
Class hierarchy
Summary
Methods
- __debugInfo()
- addCheck()
- addExpectedData()
- addStepValidator()
- findHelperId()
- findObjectId()
- getEditMode()
- getErrorInField()
- getExpectedData()
- getHelper()
- getObject()
- getObjects()
- getStepValidators()
- getTmpData()
- hasError()
- hasErrorInContext()
- hasErrorInField()
- hasHelper()
- hasObject()
- initStepValidators()
- registerHelper()
- registerObject()
- removeStepValidator()
- resetChecks()
- resetExpectedData()
- setEditMode()
- setTmpData()
- unregisterHelper()
- unregisterObject()
Properties
$methodResults
private WorkflowData::$methodResults
Old unused - just for preventing session deprecation errors!
Methods
addCheck()
public WorkflowData::addCheck (
string $context,
string $name,
mixed $result,
bool $overwrite = false
): voidstring $name,
mixed $result,
bool $overwrite = false
Parameters
- $context : string
- $name : string
- $result : mixed
- $overwrite : bool
addExpectedData()
public WorkflowData::addExpectedData (
string $hash,
string $fieldName,
array $context,
?array $allowedValues = null
): voidstring $fieldName,
array $context,
?array $allowedValues = null
Parameters
- $hash : string
- $fieldName : string
- $context : array
- $allowedValues : ?array
addStepValidator()
Parameters
- $stepName : string
- $context : string
- $validator : Validator\ValidatorInterface
getErrorInField()
Parameters
- $context : string
- $name : string
Return Values
If the error code is unknown the validation error is filled with 'error'
registerObject()
Parameters
- $id : string
- $object : \com\setasign\Konquadrat\Object\AbstractObject
