BConnect POS - Reference PHP

VariantValue
in package

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

Table of Contents

Properties

$id  : int|null
$price  : float|null
$productVariant  : ProductVariant|null
$value  : string|null

Methods

getId()  : int|null
getPrice()  : string|null
getProductVariant()  : ProductVariant|null
getValue()  : string|null
setPrice()  : static
setProductVariant()  : static
setValue()  : static

Properties

$id

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

$price

private float|null $price = null
Attributes
#[Column]
$length: 255
$nullable: true

$value

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

Methods

getId()

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

getPrice()

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

getValue()

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

setPrice()

public setPrice(string|null $price) : static
Parameters
$price : string|null
Return values
static

setValue()

public setValue(string|null $value) : static
Parameters
$value : string|null
Return values
static
On this page

Search results