Trait Options.
Embed base methods to change settings of Carbon classes.
Depends on the following methods:
Methods | ||
---|---|---|
public
|
settings(array $settings): $this|static
|
# |
public
|
getSettings(): array
|
# |
public
|
__debugInfo(): array
|
# |
protected
|
isLocalStrictModeEnabled(): bool
|
# |
protected
|
addExtraDebugInfos(array &$infos): void
|
# |
public
|
shiftTimezone($timezone): static
|
# |
Properties | |||
---|---|---|---|
protected
|
?bool
|
$localMonthsOverflow = null
|
# |
protected
|
?bool
|
$localYearsOverflow = null
|
# |
protected
|
?bool
|
$localStrictModeEnabled = null
|
# |
protected
|
?int
|
$localHumanDiffOptions = null
|
# |
protected
|
string|callable|null
|
$localToStringFormat = null
|
# |
protected
|
string|callable|null
|
$localSerializer = null
|
# |
protected
|
?array
|
$localMacros = null
|
# |
protected
|
?array
|
$localGenericMacros = null
|
# |
protected
|
string|callable|null
|
$localFormatFunction = null
|
# |