Back to WorkflowModelInterface class

Method setUpWorkflow

public void
setUpWorkflow
(mixed $extension)
Set Up the workflow
Parameters
  • string $extension The option and section separated by.
Returns
  • void
Since
  • 4.0.0

Method setUpWorkflow - Source code

/**
 * Set Up the workflow
 *
 * @param   string  $extension  The option and section separated by.
 *
 * @return  void
 *
 * @since   4.0.0
 */
public function setUpWorkflow($extension);