Documentation

TurnoverIncorrect
in package
implements JsonSerializable

Class TurnoverIncorrect

Tags
ORM\Entity

()

ORM\Table

(name="turnover_incorrect")

Table of Contents

Interfaces

JsonSerializable

Properties

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

Methods

getChannel()  : Channel
getChannelId()  : int
Get the value of channelId
getClient()  : Client
getCountry()  : null
getEventDate()  : DateTime
getGross()  : float
getId()  : int
Get $id
getNet()  : null
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="turnoverIncorrect")

ORM\JoinColumn

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

$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")

Methods

getChannelId()

Get the value of channelId

public getChannelId() : int
Return values
int

getEventDate()

public getEventDate() : DateTime
Return values
DateTime

$eventDate

jsonSerialize()

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

        
On this page

Search results