BConnect POS - Reference PHP

History
in package

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

Table of Contents

Properties

$created_at  : DateTimeImmutable|null
$id  : int|null
$libelle  : string|null
$name_product  : string|null
$product_id  : int|null
$quantite_sale  : int|null
$quantity_product  : int|null
$supplier  : string|null
$type  : string|null
$type_action  : string|null
$user  : User|null

Methods

getCreatedAt()  : DateTimeImmutable|null
getId()  : int|null
getLibelle()  : string|null
getNameProduct()  : string|null
getProductId()  : int|null
getQuantiteSale()  : int|null
getQuantityProduct()  : int|null
getSupplier()  : string|null
getType()  : string|null
getTypeAction()  : string|null
getUser()  : User|null
setCreatedAt()  : static
setLibelle()  : static
setNameProduct()  : static
setProductId()  : static
setQuantiteSale()  : static
setQuantityProduct()  : static
setSupplier()  : static
setType()  : static
setTypeAction()  : static
setUser()  : static

Properties

$created_at

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

$id

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

$libelle

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

$name_product

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

$product_id

private int|null $product_id = null
Attributes
#[Column]
$nullable: true

$quantite_sale

private int|null $quantite_sale = null
Attributes
#[Column]
$nullable: true

$quantity_product

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

$supplier

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

$type

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

$type_action

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

$user

private User|null $user = null
Attributes
#[JoinColumn]
$nullable: false
#[ManyToOne]
$inversedBy: 'histories'

Methods

getCreatedAt()

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

getId()

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

getLibelle()

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

getNameProduct()

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

getProductId()

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

getQuantiteSale()

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

getQuantityProduct()

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

getSupplier()

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

getType()

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

getTypeAction()

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

setCreatedAt()

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

setLibelle()

public setLibelle(string $libelle) : static
Parameters
$libelle : string
Return values
static

setNameProduct()

public setNameProduct(string $name_product) : static
Parameters
$name_product : string
Return values
static

setProductId()

public setProductId(int $product_id) : static
Parameters
$product_id : int
Return values
static

setQuantiteSale()

public setQuantiteSale(int|null $quantite_sale) : static
Parameters
$quantite_sale : int|null
Return values
static

setQuantityProduct()

public setQuantityProduct(int $quantity_product) : static
Parameters
$quantity_product : int
Return values
static

setSupplier()

public setSupplier(string|null $supplier) : static
Parameters
$supplier : string|null
Return values
static

setType()

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

setTypeAction()

public setTypeAction(string $type_action) : static
Parameters
$type_action : string
Return values
static

setUser()

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

Search results