Documentation

MovementCreditOverviewRS
in package
implements JsonSerializable, IExportEntity

Class MovementCreditErrorRS

Tags
ORM\Entity

()

Table of Contents

Interfaces

JsonSerializable
IExportEntity

Properties

$client  : Client|null
$count  : int|null
$month  : int|null
$person  : Person|null
$rowId  : int|null
$statusCode  : int|null
$statusLabel  : string|null
Converted value
$userAccount  : UserAccount|null
$userId  : int|null
$year  : int|null

Methods

export()  : array<string|int, ExportField>
getClient()  : Client|null
getCount()  : int|null
getEventDate()  : DateTime
getMonth()  : int|null
getPerson()  : Person|null
getRowId()  : int|null
getStatusCode()  : int|null
getStatusLabel()  : string|null
getUser()  : Client|null
getUserAccount()  : UserAccount|null
getUserId()  : int|null
getYear()  : int|null
jsonSerialize()  : mixed
Specify data which should be serialized to JSON
setClient()  : void
setCount()  : void
setMonth()  : void
setPerson()  : void
setRowId()  : void
setStatusCode()  : void
setStatusLabel()  : void
setUser()  : void
setUserAccount()  : void
setUserId()  : void
setYear()  : void

Properties

$client

private Client|null $client
Tags
ORM\ManyToOne

(targetEntity="Client")

ORM\JoinColumn

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

$person

private Person|null $person
Tags
ORM\ManyToOne

(targetEntity="Person")

ORM\JoinColumn

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

Methods

setStatusLabel()

public setStatusLabel(string|null $statusLabel) : void
Parameters
$statusLabel : string|null

        
On this page

Search results