ProductPreNotes extends ActiveRecord
This is the model class for table "product_pre_notes".
Table of Contents
Properties
- $fk_notes : int
- $fk_product_pre : int
- $fkNotes : Notes
- $fkProductPre : ProductPresentation
- $id : int
- $is_pinned : int
Methods
- fields() : mixed
- getFkNotes() : ActiveQuery
- Gets query for [[FkNotes]].
- getFkProductPre() : ActiveQuery
- Gets query for [[FkProductPre]].
- rules() : mixed
- {@inheritdoc}
- tableName() : mixed
- {@inheritdoc}
Properties
$fk_notes
public
int
$fk_notes
$fk_product_pre
public
int
$fk_product_pre
$fkNotes
public
Notes
$fkNotes
$fkProductPre
public
ProductPresentation
$fkProductPre
$id
public
int
$id
$is_pinned
public
int
$is_pinned
Methods
fields()
public
fields() : mixed
getFkNotes()
Gets query for [[FkNotes]].
public
getFkNotes() : ActiveQuery
Return values
ActiveQuerygetFkProductPre()
Gets query for [[FkProductPre]].
public
getFkProductPre() : ActiveQuery
Return values
ActiveQueryrules()
{@inheritdoc}
public
rules() : mixed
tableName()
{@inheritdoc}
public
static tableName() : mixed