BusConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $defaultMiddleware : mixed
- $middleware : mixed
Methods
- __construct() : mixed
- defaultMiddleware() : $this
- middleware() : MiddlewareConfig|$this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$defaultMiddleware
private
mixed
$defaultMiddleware
$middleware
private
mixed
$middleware
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
defaultMiddleware()
public
defaultMiddleware(ParamConfigurator|true|false|"allow_no_handlers" $value) : $this
Parameters
- $value : ParamConfigurator|true|false|"allow_no_handlers"
Tags
Return values
$thismiddleware()
public
middleware([mixed $value = [] ]) : MiddlewareConfig|$this
Parameters
- $value : mixed = []
Return values
MiddlewareConfig|$thistoArray()
public
toArray() : array<string|int, mixed>