ApiDoc BACKEND

CameraPositions extends ActiveRecord uses JsonBehaviorTrait

This is the model class for table "camera_positions".

Table of Contents

Properties

$default  : string
$front  : string
$model  : Models
$model_id  : int
$north  : string
$perspective  : string
$side  : string
$south  : string
$southeast  : string
$southwest  : string
$top_view  : string

Methods

beforeSave()  : mixed
fields()  : array<string|int, mixed>
Desc: Columnas a utilizar de los registros
getModel()  : ActiveQuery
Desc: Obtiene query para [[Model]].
jsonDecode()  : mixed
jsonEncode()  : void
Desc método para codificar un array de datos a JSONSTRING,
rules()  : array<string|int, mixed>
Desc: Reglas de validación.
tableName()  : string
Desc: Nombre de la tabla de la base de datos.

Properties

Methods

beforeSave()

public beforeSave(mixed $insert) : mixed
Parameters
$insert : mixed

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