BConnect POS - Reference PHP

HistoryFund
in package

Attributes
#[Entity]
$repositoryClass: \App\Repository\HistoryFundRepository::class

Table of Contents

Properties

$created_at  : DateTimeImmutable|null
$fund  : Fund|null
$id  : int|null
$motif  : string|null
$solde  : int|null
$user  : User|null

Methods

__construct()  : mixed
getCreatedAt()  : DateTimeImmutable|null
getFund()  : Fund|null
getId()  : int|null
getMotif()  : string|null
getSolde()  : int|null
getUser()  : User|null
setCreatedAt()  : static
setFund()  : static
setMotif()  : static
setSolde()  : static
setUser()  : static

Properties

$created_at

private DateTimeImmutable|null $created_at = null
Attributes
#[Column]

$fund

private Fund|null $fund = null
Attributes
#[ManyToOne]
$inversedBy: 'historyFunds'

$id

private int|null $id = null
Attributes
#[Column]
#[GeneratedValue]
#[Id]

$motif

private string|null $motif = null
Attributes
#[Column]
$length: 255

$solde

private int|null $solde = null
Attributes
#[Column]

$user

private User|null $user = null
Attributes
#[ManyToOne]
$inversedBy: 'historyFunds'

Methods

getCreatedAt()

public getCreatedAt() : DateTimeImmutable|null
Return values
DateTimeImmutable|null

getId()

public getId() : int|null
Return values
int|null

getMotif()

public getMotif() : string|null
Return values
string|null

getSolde()

public getSolde() : int|null
Return values
int|null

setCreatedAt()

public setCreatedAt(DateTimeImmutable $created_at) : static
Parameters
$created_at : DateTimeImmutable
Return values
static

setFund()

public setFund(Fund|null $fund) : static
Parameters
$fund : Fund|null
Return values
static

setMotif()

public setMotif(string $motif) : static
Parameters
$motif : string
Return values
static

setSolde()

public setSolde(int $solde) : static
Parameters
$solde : int
Return values
static

setUser()

public setUser(User|null $user) : static
Parameters
$user : User|null
Return values
static
On this page

Search results