ApiDoc BACKEND

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

Methods

getFkQuotation()

Gets query for [[FkQuotation]].

public getFkQuotation() : ActiveQuery
Return values
ActiveQuery

getQuotCutLists()

Gets query for [[QuotCutLists]].

public getQuotCutLists() : ActiveQuery
Return values
ActiveQuery

getQuotDesignDetails()

Gets query for [[QuotDesignDetails]].

public getQuotDesignDetails() : ActiveQuery
Return values
ActiveQuery

getQuotMaterialLists()

Gets query for [[QuotMaterialLists]].

public getQuotMaterialLists() : ActiveQuery
Return values
ActiveQuery

jsonDecode()

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

        
On this page

Search results