Documentation

TurnoverCorrect
in package
implements JsonSerializable

Class TurnoverCorrect

Tags
ORM\Entity

()

ORM\Table

(name="turnover_correct")

Table of Contents

Interfaces

JsonSerializable

Properties

$channel  : Channel
$channelId  : mixed
$client  : Client
$country  : Country
$countryId  : mixed
$eventDate  : DateTime
$gross  : float
$id  : int|null
$net  : float

Methods

getChannel()  : Channel
getChannelId()  : int
Get the value of channelId
getClient()  : Client
Get $client
getCountry()  : Country
getCountryId()  : int
Get the value of countryId
getEventDate()  : DateTime
getGross()  : float
getId()  : int
Get $id
getNet()  : float
getUser()  : Client
jsonSerialize()  : array<string|int, mixed>

Properties

$channel

private Channel $channel
Tags
ORM\ManyToOne

(targetEntity="Channel", inversedBy="channel")

ORM\JoinColumn

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

$channelId

private mixed $channelId
Tags
ORM\Column

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

$client

private Client $client
Tags
ORM\ManyToOne

(targetEntity="Client", inversedBy="turnoverCorrect")

ORM\JoinColumn

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

$country

private Country $country
Tags
ORM\ManyToOne

(targetEntity="Country", inversedBy="country")

ORM\JoinColumn

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

$countryId

private mixed $countryId
Tags
ORM\Column

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

$eventDate

private DateTime $eventDate
Tags
ORM\Column

(name="event_date", type="datetime")

$gross

private float $gross
Tags
ORM\Column

(type="float", name="gross", scale=2)

$id

private int|null $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

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

$net

private float $net
Tags
ORM\Column

(type="float", name="net", scale=2)

Methods

getChannelId()

Get the value of channelId

public getChannelId() : int
Return values
int

getCountryId()

Get the value of countryId

public getCountryId() : int
Return values
int

getEventDate()

public getEventDate() : DateTime
Return values
DateTime

$eventDate

getGross()

public getGross() : float
Return values
float

$gross

jsonSerialize()

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

        
On this page

Search results