QuotationItems extends ActiveRecord uses JsonBehaviorTrait
This is the model class for table "quotation_items".
Table of Contents
Properties
- $discount : float
- $fk_quotation : int
- $fkQuotation : Quotation
- $id : int
- $image : string
- $model_img : string
- $model_img1 : string
- $model_img2 : string
- $model_img3 : string
- $model_uuid : string
- $name : string
- $price : float
- $quantity : int
- $quotCutLists : array<string|int, QuotCutList>
- $quotDesignDetails : array<string|int, QuotDesignDetails>
- $quotMaterialLists : array<string|int, QuotMaterialList>
- $taxes : string|null
Methods
- getFkQuotation() : ActiveQuery
- Gets query for [[FkQuotation]].
- getQuotCutLists() : ActiveQuery
- Gets query for [[QuotCutLists]].
- getQuotDesignDetails() : ActiveQuery
- Gets query for [[QuotDesignDetails]].
- getQuotMaterialLists() : ActiveQuery
- Gets query for [[QuotMaterialLists]].
- jsonDecode() : mixed
- jsonEncode() : void
- Desc método para codificar un array de datos a JSONSTRING,
- rules() : mixed
- {@inheritdoc}
- tableName() : mixed
- {@inheritdoc}
Properties
$discount
public
float
$discount
$fk_quotation
public
int
$fk_quotation
$fkQuotation
public
Quotation
$fkQuotation
$id
public
int
$id
$image
public
string
$image
$model_img
public
string
$model_img
$model_img1
public
string
$model_img1
$model_img2
public
string
$model_img2
$model_img3
public
string
$model_img3
$model_uuid
public
string
$model_uuid
$name
public
string
$name
$price
public
float
$price
$quantity
public
int
$quantity
$quotCutLists
public
array<string|int, QuotCutList>
$quotCutLists
$quotDesignDetails
public
array<string|int, QuotDesignDetails>
$quotDesignDetails
$quotMaterialLists
public
array<string|int, QuotMaterialList>
$quotMaterialLists
$taxes
public
string|null
$taxes
Methods
getFkQuotation()
Gets query for [[FkQuotation]].
public
getFkQuotation() : ActiveQuery
Return values
ActiveQuerygetQuotCutLists()
Gets query for [[QuotCutLists]].
public
getQuotCutLists() : ActiveQuery
Return values
ActiveQuerygetQuotDesignDetails()
Gets query for [[QuotDesignDetails]].
public
getQuotDesignDetails() : ActiveQuery
Return values
ActiveQuerygetQuotMaterialLists()
Gets query for [[QuotMaterialLists]].
public
getQuotMaterialLists() : ActiveQuery
Return values
ActiveQueryjsonDecode()
public
jsonDecode(mixed $attribute) : mixed
Parameters
- $attribute : mixed
jsonEncode()
Desc método para codificar un array de datos a JSONSTRING,
public
jsonEncode(mixed $attribute, mixed $value) : void
Parameters
- $attribute : mixed
- $value : mixed
rules()
{@inheritdoc}
public
rules() : mixed
tableName()
{@inheritdoc}
public
static tableName() : mixed