Documentation

MovementCreditStatusRS
in package
implements JsonSerializable, IExportEntity

Class MovementCreditStatusRS

Tags
ORM\Entity

()

Table of Contents

Interfaces

JsonSerializable
IExportEntity

Properties

$client  : Client|null
$errorCount  : int|null
$month  : int|null
$okCount  : int|null
$person  : Person|null
$rowId  : int|null
$userAccount  : UserAccount|null
$userId  : int|null
$year  : int|null

Methods

export()  : array<string|int, ExportField>
getClient()  : Client|null
getErrorCount()  : int|null
getEventDate()  : DateTime
getMonth()  : int|null
getOkCount()  : int|null
getPerson()  : Person|null
getRowId()  : int|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
setErrorCount()  : void
setMonth()  : void
setOkCount()  : void
setPerson()  : void
setRowId()  : 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")

$userAccount

private UserAccount|null $userAccount
Tags
ORM\ManyToOne

(targetEntity="UserAccount")

ORM\JoinColumn

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

Methods

setErrorCount()

public setErrorCount(int|null $errorCount) : void
Parameters
$errorCount : int|null

        
On this page

Search results