Product
Table of Contents
Methods
-
__call()
: mixed
-
__construct()
: mixed
-
fetchFromTable()
: self|null
-
fetchFromTableByFilter()
: self|null
-
get()
: mixed
-
getCpProductName()
: string|null
-
getCustomized()
: bool
-
getDiscountRate()
: float
-
getDiscountSum()
: float
-
getDiscountTypeId()
: int
-
getFieldsMap()
: array<string|int, mixed>
-
getId()
: int
-
getMeasureCode()
: int
-
getMeasureName()
: string
-
getOwnerId()
: int
-
getOwnerType()
: string
-
getPrice()
: float
-
getPriceAccount()
: float
-
getPriceBrutto()
: float
-
getPriceExclusive()
: float
-
getPriceNetto()
: float
-
getPrintableSumAccount()
: string
-
getProductId()
: int
-
getProductName()
: string|null
-
getProductParentId()
: int|null
-
getQuantity()
: float
-
getSort()
: int
-
getSumAccount()
: float
-
getTaxIncluded()
: bool
-
getTaxRate()
: float|null
-
getType()
: int|null
-
getXmlId()
: string
__call()
public
__call(mixed $name, mixed $arguments) : mixed
Parameters
-
$name
: mixed
-
-
$arguments
: mixed
-
__construct()
public
__construct(ProductRow $product) : mixed
Parameters
-
$product
: ProductRow
-
fetchFromTable()
public
static fetchFromTable([array<string|int, mixed> $parameters = [] ]) : self|null
Parameters
-
$parameters
: array<string|int, mixed>
= []
-
fetchFromTableByFilter()
public
static fetchFromTableByFilter([array<string|int, mixed> $filter = [] ]) : self|null
Parameters
-
$filter
: array<string|int, mixed>
= []
-
get()
public
get(mixed $fieldName) : mixed
Parameters
-
$fieldName
: mixed
-
getCpProductName()
public
getCpProductName() : string|null
Return values
string|null
getCustomized()
public
getCustomized() : bool
getDiscountRate()
public
getDiscountRate() : float
getDiscountSum()
public
getDiscountSum() : float
getDiscountTypeId()
public
getDiscountTypeId() : int
getFieldsMap()
public
static getFieldsMap() : array<string|int, mixed>
Return values
array<string|int, mixed>
getId()
public
getId() : int
getMeasureCode()
public
getMeasureCode() : int
getMeasureName()
public
getMeasureName() : string
getOwnerId()
public
getOwnerId() : int
getOwnerType()
public
getOwnerType() : string
getPrice()
public
getPrice() : float
getPriceAccount()
public
getPriceAccount() : float
getPriceBrutto()
public
getPriceBrutto() : float
getPriceExclusive()
public
getPriceExclusive() : float
getPriceNetto()
public
getPriceNetto() : float
getPrintableSumAccount()
public
getPrintableSumAccount() : string
getProductId()
public
getProductId() : int
getProductName()
public
getProductName() : string|null
Return values
string|null
getProductParentId()
public
getProductParentId() : int|null
getQuantity()
public
getQuantity() : float
getSort()
public
getSort() : int
getSumAccount()
public
getSumAccount() : float
getTaxIncluded()
public
getTaxIncluded() : bool
getTaxRate()
public
getTaxRate() : float|null
getType()
public
getType() : int|null
getXmlId()
public
getXmlId() : string