DateConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $format : mixed
- $intervalFormat : mixed
- $timezone : mixed
Methods
- __construct() : mixed
- format() : $this
- intervalFormat() : $this
- timezone() : $this
- The timezone used when formatting dates, when set to null, the timezone returned by date_default_timezone_get() is used
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$format
private
mixed
$format
$intervalFormat
private
mixed
$intervalFormat
$timezone
private
mixed
$timezone
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
format()
public
format(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisintervalFormat()
public
intervalFormat(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistimezone()
The timezone used when formatting dates, when set to null, the timezone returned by date_default_timezone_get() is used
public
timezone(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>