ProductFromWizard extends Dto
FinalYes
Table of Contents
Properties
- $amount : mixed
- $barcode : mixed
- $basePrice : mixed
- $documentCurrency : mixed
- $documentType : mixed
- $id : mixed
- $measureCode : mixed
- $morePhoto : mixed
- $name : mixed
- $purchasingPrice : mixed
- $section : mixed
- $storeFrom : Store|null
- $storeTo : Store|null
- $wizardUniqid : mixed
Methods
- __construct() : mixed
- getCachedCasts() : array<string|int, mixed>
- getCasts() : array<string, Caster>
- Method returns map, where key must relate to public property, and value specifies type of this property
- jsonSerialize() : mixed
- make() : mixed
- toArray() : array<string|int, mixed>
Properties
$amount
public
mixed
$amount
$barcode
public
mixed
$barcode
$basePrice
public
mixed
$basePrice
$documentCurrency
public
mixed
$documentCurrency
$documentType
public
mixed
$documentType
$id
public
mixed
$id
$measureCode
public
mixed
$measureCode
$morePhoto
public
mixed
$morePhoto
$name
public
mixed
$name
$purchasingPrice
public
mixed
$purchasingPrice
$section
public
mixed
$section
$storeFrom
public
Store|null
$storeFrom
$storeTo
public
Store|null
$storeTo
$wizardUniqid
public
mixed
$wizardUniqid
Methods
__construct()
public
__construct() : mixed
getCachedCasts()
public
getCachedCasts() : array<string|int, mixed>
Return values
array<string|int, mixed>getCasts()
Method returns map, where key must relate to public property, and value specifies type of this property
public
getCasts() : array<string, Caster>
Return values
array<string, Caster> —property name => typecaster object
jsonSerialize()
public
jsonSerialize() : mixed
make()
public
static make([array<string|int, mixed>|null $fields = null ]) : mixed
Parameters
- $fields : array<string|int, mixed>|null = null
toArray()
public
toArray() : array<string|int, mixed>