StepProcessor
in
Interface StepProcessor
Table of Contents
- check_step_capabilities() : bool
- Check if the current user has the required capabilities for this step.
- get_step_class() : string
- Get the step class.
- process() : StepProcessorResult
- Process the schema.
Methods
check_step_capabilities()
Check if the current user has the required capabilities for this step.
public
check_step_capabilities(object $schema) : bool
Parameters
- $schema : object
-
The schema to process.
Return values
bool — True if the user has the required capabilities. False otherwise.get_step_class()
Get the step class.
public
get_step_class() : string
Return values
string —process()
Process the schema.
public
process(object $schema) : StepProcessorResult
Parameters
- $schema : object
-
The schema to process.