ApiClients extends ActiveRecord
This is the model class for table "api_clients".
Table of Contents
Properties
- $active : int|null
- $api_key : string
- $created_at : string
- $id : int
- $name : string|null
- $secret : string
Methods
- buildSignature() : mixed
- rules() : mixed
- {@inheritdoc}
- tableName() : mixed
- {@inheritdoc}
Properties
$active
public
int|null
$active
$api_key
public
string
$api_key
$created_at
public
string
$created_at
$id
public
int
$id
$name
public
string|null
$name
$secret
public
string
$secret
Methods
buildSignature()
public
static buildSignature(string $apiKey, string $secretKey) : mixed
Parameters
- $apiKey : string
- $secretKey : string
rules()
{@inheritdoc}
public
rules() : mixed
tableName()
{@inheritdoc}
public
static tableName() : mixed