PHP Class bedezign\yii2\audit\controllers\MailController

Inheritance: extends bedezign\yii2\audit\components\web\Controller
Datei anzeigen Open project: bedezign/yii2-audit

Public Methods

Method Description
actionDownload ( $id ) Download an AuditMail file as eml.
actionIndex ( ) : mixed Lists all AuditMail models.
actionView ( integer $id ) : mixed Displays a single AuditMail model.
actionViewHtml ( integer $id ) : mixed Displays a single AuditMail model's HTML.

Method Details

actionDownload() public method

Download an AuditMail file as eml.
public actionDownload ( $id )
$id

actionIndex() public method

Lists all AuditMail models.
public actionIndex ( ) : mixed
return mixed

actionView() public method

Displays a single AuditMail model.
public actionView ( integer $id ) : mixed
$id integer
return mixed

actionViewHtml() public method

Displays a single AuditMail model's HTML.
public actionViewHtml ( integer $id ) : mixed
$id integer
return mixed