Taxes extends ActiveRecord
This is the model class for table "taxes".
Table of Contents
Properties
- $id : int
- $name : string
- $percentage : float
- $status : int
Methods
- fields() : mixed
- {@inheritdoc}
- rules() : mixed
- {@inheritdoc}
- tableName() : mixed
- {@inheritdoc}
Properties
$id
public
int
$id
$name
public
string
$name
$percentage
public
float
$percentage
$status
public
int
$status
1/0, true/false
Methods
fields()
{@inheritdoc}
public
fields() : mixed
rules()
{@inheritdoc}
public
rules() : mixed
tableName()
{@inheritdoc}
public
static tableName() : mixed