Documentation

EuWideThreshold
in package

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="eu_wide_threshold")

ORM\HasLifecycleCallbacks

()

Table of Contents

Constants

INITIAL_YEAR  = 2021
THRESHOLD_LIMIT  = 10000

Properties

$client  : Client
$countrySet  : array<string|int, string>
$id  : int|null
$reachDate  : string|null
$reachDateTime  : DateTimeImmutable|null
$reachMD  : mixed
$threshold  : float
$year  : mixed

Methods

getClient()  : Client
Get the value of client
getCountrySet()  : array<string|int, string>
getId()  : int|null
Get $id
getReachDate()  : mixed
getReachDateTime()  : mixed
getReachMD()  : mixed
Get the value of reachMD
getThreshold()  : float
Get the value of threshold
getYear()  : mixed
Get the value of year
setDate()  : void

Constants

Properties

$client

private Client $client
Tags
ORM\ManyToOne

(targetEntity="Client", fetch="EAGER")

ORM\JoinColumn

(name="client_id", referencedColumnName="id")

$countrySet

private array<string|int, string> $countrySet
Tags
ORM\Column

(type="json", name="country_set")

$id

private int|null $id
Tags
ORM\Id

()

ORM\GeneratedValue
ORM\Column

(type="integer", name="id")

$reachMD

private mixed $reachMD
Tags
ORM\Column

(type="string", name="reach_month_day", nullable=true)

$threshold

private float $threshold
Tags
ORM\Column

(name="threshold", type="float", nullable=false)

Methods

getCountrySet()

public getCountrySet() : array<string|int, string>
Return values
array<string|int, string>

getThreshold()

Get the value of threshold

public getThreshold() : float
Return values
float

setDate()

public setDate() : void
Tags
access

private

ORM\PostLoad

()


        
On this page

Search results