BConnect POS - Reference PHP

ProductStockInventory
in package

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

Table of Contents

Properties

$comment  : string|null
$id  : int|null
$inventory_stock  : InventoryStock|null
$product  : ProductStock|null
$quantite_compte  : int|null
$quantity_stock  : int|null

Methods

getComment()  : string|null
getId()  : int|null
getInventoryStock()  : InventoryStock|null
getProduct()  : ProductStock|null
getQuantiteCompte()  : int|null
getQuantityStock()  : int|null
setComment()  : static
setInventoryStock()  : static
setProduct()  : static
setQuantiteCompte()  : static
setQuantityStock()  : static

Properties

$comment

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

Methods

setComment()

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

setQuantiteCompte()

public setQuantiteCompte(int $quantite_compte) : static
Parameters
$quantite_compte : int
Return values
static

setQuantityStock()

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

Search results