TableStorageConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $executedAtColumnName : mixed
- $executionTimeColumnName : mixed
- $tableName : mixed
- $versionColumnLength : mixed
- $versionColumnName : mixed
Methods
- __construct() : mixed
- executedAtColumnName() : $this
- executionTimeColumnName() : $this
- tableName() : $this
- toArray() : array<string|int, mixed>
- versionColumnLength() : $this
- versionColumnName() : $this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$executedAtColumnName
private
mixed
$executedAtColumnName
$executionTimeColumnName
private
mixed
$executionTimeColumnName
$tableName
private
mixed
$tableName
$versionColumnLength
private
mixed
$versionColumnLength
$versionColumnName
private
mixed
$versionColumnName
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
executedAtColumnName()
public
executedAtColumnName(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisexecutionTimeColumnName()
public
executionTimeColumnName(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistableName()
public
tableName(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>versionColumnLength()
public
versionColumnLength(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisversionColumnName()
public
versionColumnName(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed