ApiDoc BACKEND

CustomizationTemplates extends ActiveRecord

This is the model class for table "customization_templates".

Table of Contents

Properties

$created_at  : string|null
$id  : int
$name  : string
$products  : array<string|int, Products>
$status  : int
$updated_at  : string|null

Methods

fields()  : mixed
{@inheritdoc}
getProducts()  : ActiveQuery
Gets query for [[Products]].
rules()  : mixed
{@inheritdoc}
tableName()  : mixed
{@inheritdoc}

Properties

Methods

getProducts()

Gets query for [[Products]].

public getProducts() : ActiveQuery
Return values
ActiveQuery

        
On this page

Search results