DateTimeDefaultPrecision
in package
Table of Contents
- $precision : mixed
- get() : int
- Get the default Doctrine datetime and datetime_immutable precision.
- set() : void
- Change the default Doctrine datetime and datetime_immutable precision.
Properties
$precision
private
static mixed
$precision
= 6
Methods
get()
Get the default Doctrine datetime and datetime_immutable precision.
public
static get() : int
Return values
int —set()
Change the default Doctrine datetime and datetime_immutable precision.
public
static set(int $precision) : void
Parameters
- $precision : int