PoEmailTemplates extends ActiveRecord
This is the model class for table "po_email_templates".
Table of Contents
Constants
- STATUS_ACTIVE = 'active'
- STATUS_INACTIVE = 'inactive'
Properties
- $created_at : string|null
- $id : int
- $message : string
- $signature : string
- $status : string
- $subject : string
- $updated_at : string|null
Methods
- beforeSave() : mixed
- rules() : mixed
- {@inheritdoc}
- tableName() : mixed
- {@inheritdoc}
Constants
STATUS_ACTIVE
public
mixed
STATUS_ACTIVE
= 'active'
STATUS_INACTIVE
public
mixed
STATUS_INACTIVE
= 'inactive'
Properties
$created_at
public
string|null
$created_at
$id
public
int
$id
$message
public
string
$message
$signature
public
string
$signature
$status
public
string
$status
$subject
public
string
$subject
$updated_at
public
string|null
$updated_at
Methods
beforeSave()
public
beforeSave(mixed $insert) : mixed
Parameters
- $insert : mixed
rules()
{@inheritdoc}
public
rules() : mixed
tableName()
{@inheritdoc}
public
static tableName() : mixed