ApiDoc BACKEND

CatMaterialProfiles extends ActiveRecord

This is the model class for table "cat_material_profiles".

Table of Contents

Properties

$convert_currency  : int
$currency  : Currency
$diameter  : float
$fk_currency  : int
$fk_material_profile  : int
$fk_provider  : int
$fk_shapes  : int
$fk_system_units  : int
$fkMaterialProfile  : MaterialProfiles
$fkProvider  : Providers
$fkSystemUnits  : SystemUnits
$height  : float
$id  : int
$length  : float
$price  : float
$shape  : CatShapes
$status  : int
$thickness  : float
$type  : string
$width  : float

Methods

fields()  : array<string|int, mixed>
Desc: Columnas a utilizar de los registros
findActive()  : CatMaterialProfiles|null
Desc: Encuentra y retorna el item activo.
getCurrency()  : ActiveQuery
Gets query for [[Currency]]
getFkMaterialProfile()  : ActiveQuery
Desc: Obtiene query para [[FkMaterialProfile]].
getFkProvider()  : ActiveQuery
Desc: Obtiene query para [[FkProvider]].
getFkSystemUnits()  : ActiveQuery
Obtiene query para [[FkSystemUnits]]
getFormatValue()  : array{width_m: mixed, width_inches: mixed, height_m: mixed, height_inches: mixed, length_m: mixed, length_inches: mixed, thickness_m: mixed, thickness_inches: mixed, diameter_m: mixed, diameter_inches: mixed}|void
Desc: Retorna el tipo de valor esperado según el tipo de unidad.
getShape()  : ActiveQuery
Obtiene query para [[Shape]]
rules()  : array<string|int, mixed>
Desc: Reglas de validación.
tableName()  : string
Desc: Nombre de la tabla de la base de datos.

Properties

Methods

getFormatValue()

Desc: Retorna el tipo de valor esperado según el tipo de unidad.

public getFormatValue() : array{width_m: mixed, width_inches: mixed, height_m: mixed, height_inches: mixed, length_m: mixed, length_inches: mixed, thickness_m: mixed, thickness_inches: mixed, diameter_m: mixed, diameter_inches: mixed}|void

Notes: n/a,

Ref: UnitsConverter

Date: 2025-08-04, Version: v0.2507.01

Example: n/a

Tags
throws
InvalidConfigException
Return values
array{width_m: mixed, width_inches: mixed, height_m: mixed, height_inches: mixed, length_m: mixed, length_inches: mixed, thickness_m: mixed, thickness_inches: mixed, diameter_m: mixed, diameter_inches: mixed}|void

        
On this page

Search results