ApiRegions extends ActiveRecord
This is the model class for table "api_regions".
Table of Contents
Properties
- $api_code : string
- $created_at : string
- $description : string|null
- $id : int
- $name : string
- $updated_at : string
Methods
- beforeSave() : bool
- fields() : mixed
- rules() : mixed
- {@inheritdoc}
- tableName() : mixed
- {@inheritdoc}
Properties
$api_code
public
string
$api_code
$created_at
public
string
$created_at
$description
public
string|null
$description
$id
public
int
$id
$name
public
string
$name
$updated_at
public
string
$updated_at
Methods
beforeSave()
public
beforeSave(mixed $insert) : bool
Parameters
- $insert : mixed
Return values
boolfields()
public
fields() : mixed
rules()
{@inheritdoc}
public
rules() : mixed
tableName()
{@inheritdoc}
public
static tableName() : mixed