WorkflowsConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $enabled : mixed
- $workflows : mixed
Methods
- __construct() : mixed
- enabled() : $this
- toArray() : array<string|int, mixed>
- workflows() : WorkflowsConfig|$this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$enabled
private
mixed
$enabled
$workflows
private
mixed
$workflows
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
enabled()
public
enabled(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>workflows()
public
workflows(string $name[, mixed $value = [] ]) : WorkflowsConfig|$this
Parameters
- $name : string
- $value : mixed = []