Class bedezign\yii2\audit\controllers\ErrorController
| Inheritance | bedezign\yii2\audit\controllers\ErrorController » bedezign\yii2\audit\components\web\Controller » yii\web\Controller |
|---|
ErrorController
Public Methods
| Method | Description | Defined By |
|---|---|---|
| actionIndex() | Lists all AuditError models. | bedezign\yii2\audit\controllers\ErrorController |
| actionView() | Displays a single AuditError model. | bedezign\yii2\audit\controllers\ErrorController |
| beforeAction() | bedezign\yii2\audit\components\web\Controller | |
| behaviors() | bedezign\yii2\audit\components\web\Controller |
Method Details
Lists all AuditError models.
| public mixed actionIndex ( ) |
Displays a single AuditError model.
| public mixed actionView ( $id ) | ||
| $id | integer | |
| throws | \yii\web\NotFoundHttpException | |
|---|---|---|