-
#[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
$created_at
private
DateTimeImmutable|null
$created_at
= null
$id
private
int|null
$id
= null
-
#[Column]
-
#[GeneratedValue]
-
#[Id]
$libelle
private
string|null
$libelle
= null
$name_product
private
string|null
$name_product
= null
$product_id
private
int|null
$product_id
= null
-
#[Column]
-
$nullable: true
$quantite_sale
private
int|null
$quantite_sale
= null
-
#[Column]
-
$nullable: true
$quantity_product
private
int|null
$quantity_product
= null
$supplier
private
string|null
$supplier
= null
-
#[Column]
-
$length: 255
-
$nullable: true
$type
private
string|null
$type
= null
$type_action
private
string|null
$type_action
= null
$user
private
User|null
$user
= null
-
#[JoinColumn]
-
$nullable: false
-
#[ManyToOne]
-
$inversedBy: 'histories'
getCreatedAt()
public
getCreatedAt() : DateTimeImmutable|null
Return values
DateTimeImmutable|null
getId()
public
getId() : 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
getQuantiteSale()
public
getQuantiteSale() : int|null
getQuantityProduct()
public
getQuantityProduct() : 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
getUser()
public
getUser() : User|null
setCreatedAt()
public
setCreatedAt(DateTimeImmutable $created_at) : static
Parameters
-
$created_at
: DateTimeImmutable
-
setLibelle()
public
setLibelle(string $libelle) : static
Parameters
-
$libelle
: string
-
setNameProduct()
public
setNameProduct(string $name_product) : static
Parameters
-
$name_product
: string
-
setProductId()
public
setProductId(int $product_id) : static
Parameters
-
$product_id
: int
-
setQuantiteSale()
public
setQuantiteSale(int|null $quantite_sale) : static
Parameters
-
$quantite_sale
: int|null
-
setQuantityProduct()
public
setQuantityProduct(int $quantity_product) : static
Parameters
-
$quantity_product
: int
-
setSupplier()
public
setSupplier(string|null $supplier) : static
Parameters
-
$supplier
: string|null
-
setType()
public
setType(string $type) : static
Parameters
-
$type
: string
-
setTypeAction()
public
setTypeAction(string $type_action) : static
Parameters
-
$type_action
: string
-
setUser()
public
setUser(User|null $user) : static
Parameters
-
$user
: User|null
-