ApiDoc BACKEND

PoMaterialList extends ActiveRecord uses JsonBehaviorTrait

This is the model class for table "po_material_list".

Table of Contents

Properties

$description  : string
$dimensions  : string
$fk_product_order_detail  : int
$fkProductOrderDetail  : ProductOrderDetail
$id  : int
$material_type  : string
$name  : string
$quantity  : int
$supplier  : string
$total_price  : float
$type  : string
$unit  : string
$unit_price  : float
$uuid  : string

Methods

fields()  : mixed
{@inheritdoc}
getFkProductOrderDetail()  : ActiveQuery
Gets query for [[FkProductOrderDetail]].
getMaterialInfo()  : mixed
jsonDecode()  : mixed
jsonEncode()  : void
Desc método para codificar un array de datos a JSONSTRING,
rules()  : mixed
{@inheritdoc}
tableName()  : mixed
{@inheritdoc}

Properties

Methods

getFkProductOrderDetail()

Gets query for [[FkProductOrderDetail]].

public getFkProductOrderDetail() : 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