Documentation

CountryDateGroup
in package

Tags
ORM\Entity

(readOnly=true)

ORM\Table

(name="country_date_group")

Table of Contents

Properties

$country  : mixed
$date  : string
$dateTime  : DateTimeImmutable
$group  : mixed

Methods

getCountry()  : mixed
Get the value of country
getDate()  : string
Get the value of date
getDateTime()  : DateTimeImmutable
getGroup()  : mixed
Get the value of group
loadDateTime()  : mixed

Properties

$country

private mixed $country
Tags
ORM\Id

()

ORM\GeneratedValue

(strategy="NONE")

ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

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

$date

private string $date
Tags
ORM\Id

()

ORM\GeneratedValue

(strategy="NONE")

ORM\Column

(type="string", name="d")

$group

private mixed $group
Tags
ORM\Id

()

ORM\GeneratedValue

(strategy="NONE")

ORM\ManyToOne

(targetEntity="CountryGroup")

ORM\JoinColumn

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

Methods

getDate()

Get the value of date

public getDate() : string
Return values
string

getDateTime()

public getDateTime() : DateTimeImmutable
Return values
DateTimeImmutable

        
On this page

Search results