PublisherConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $chunkSize : mixed
- $hostname : mixed
- $id : mixed
- $port : mixed
Methods
- __construct() : mixed
- chunkSize() : $this
- hostname() : $this
- id() : $this
- port() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$chunkSize
private
mixed
$chunkSize
$hostname
private
mixed
$hostname
$id
private
mixed
$id
$port
private
mixed
$port
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
chunkSize()
public
chunkSize(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thishostname()
public
hostname(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisid()
public
id(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisport()
public
port(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>