BConnect POS - Reference PHP

InventoryProduct
in package

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

Table of Contents

Properties

$comment  : string|null
$id  : int|null
$inventory  : Inventory|null
$product  : Product|null
$quantite_comptee  : int|null
$quantity_stock  : int|null

Methods

getComment()  : string|null
getId()  : int|null
getInventory()  : Inventory|null
getProduct()  : Product|null
getQuantiteComptee()  : int|null
getQuantityStock()  : int|null
setComment()  : static
setInventory()  : static
setProduct()  : static
setQuantiteComptee()  : static
setQuantityStock()  : static

Properties

$comment

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

$id

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

$quantite_comptee

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

$quantity_stock

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

Methods

getComment()

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

getQuantiteComptee()

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

getQuantityStock()

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

setComment()

public setComment(string|null $comment) : static
Parameters
$comment : string|null
Return values
static

setQuantiteComptee()

public setQuantiteComptee(int|null $quantite_comptee) : static
Parameters
$quantite_comptee : int|null
Return values
static

setQuantityStock()

public setQuantityStock(int $quantity_stock) : static
Parameters
$quantity_stock : int
Return values
static
On this page

Search results