BConnect POS - Reference PHP

HistoryPurchaseOrder
in package

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

Table of Contents

Properties

$created_at  : DateTimeImmutable|null
$demande  : string|null
$id  : int|null
$product  : Product|null
$productStock  : ProductStock|null
$purchaseOrder  : PurchaseOrder|null
$quantity  : int|null
$status  : string|null
$type  : string|null
$user  : user|null

Methods

getCreatedAt()  : DateTimeImmutable|null
getDemande()  : string|null
getId()  : int|null
getProduct()  : Product|null
getProductStock()  : ProductStock|null
getPurchaseOrder()  : PurchaseOrder|null
getQuantity()  : int|null
getStatus()  : string|null
getType()  : string|null
getUser()  : user|null
setCreatedAt()  : static
setDemande()  : static
setProduct()  : static
setProductStock()  : static
setPurchaseOrder()  : static
setQuantity()  : static
setStatus()  : static
setType()  : static
setUser()  : static

Properties

$created_at

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

$demande

private string|null $demande = null
Attributes
#[Column]
$length: 255
$nullable: true

$status

private string|null $status = null
Attributes
#[Column]
$length: 255
$nullable: true

$type

private string|null $type = null
Attributes
#[Column]
$length: 255
$nullable: true

$user

private user|null $user = null
Attributes
#[ManyToOne]
$targetEntity: \App\Entity\User::class
$inversedBy: 'historyPurchaseOrders'

Methods

getCreatedAt()

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

setCreatedAt()

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

setDemande()

public setDemande(string|null $demande) : static
Parameters
$demande : string|null
Return values
static

setQuantity()

public setQuantity(int|null $quantity) : static
Parameters
$quantity : int|null
Return values
static

setStatus()

public setStatus(string|null $status) : static
Parameters
$status : string|null
Return values
static

setType()

public setType(string|null $type) : static
Parameters
$type : string|null
Return values
static

setUser()

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

Search results