CouponCategory extends ActiveRecord
This is the model class for table "coupon_category".
Table of Contents
Properties
- $created_at : string
- $discountCoupons : array<string|int, DiscountCoupon>
- $id : int
- $name : string|null
- $updated_at : string
Methods
- fields() : mixed
- getDiscountCoupons() : ActiveQuery
- Gets query for [[DiscountCoupons]].
- rules() : mixed
- {@inheritdoc}
- tableName() : mixed
- {@inheritdoc}
Properties
$created_at
public
string
$created_at
$discountCoupons
public
array<string|int, DiscountCoupon>
$discountCoupons
$id
public
int
$id
$name
public
string|null
$name
$updated_at
public
string
$updated_at
Methods
fields()
public
fields() : mixed
getDiscountCoupons()
Gets query for [[DiscountCoupons]].
public
getDiscountCoupons() : ActiveQuery
Return values
ActiveQueryrules()
{@inheritdoc}
public
rules() : mixed
tableName()
{@inheritdoc}
public
static tableName() : mixed