PHP Класс mirocow\eav\admin\controllers\TypeController

Наследование: extends yii\web\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
actionCreate ( ) : mixed Creates a new EavAttributeType model.
actionDelete ( integer $id ) : mixed Deletes an existing EavAttributeType model.
actionIndex ( ) : mixed Lists all EavAttributeType models.
actionUpdate ( integer $id ) : mixed Updates an existing EavAttributeType model.
actionView ( integer $id ) : mixed Displays a single EavAttributeType model.
behaviors ( )

Защищенные методы

Метод Описание
findModel ( integer $id ) : EavAttributeType Finds the EavAttributeType model based on its primary key value.

Описание методов

actionCreate() публичный метод

If creation is successful, the browser will be redirected to the 'view' page.
public actionCreate ( ) : mixed
Результат mixed

actionDelete() публичный метод

If deletion is successful, the browser will be redirected to the 'index' page.
public actionDelete ( integer $id ) : mixed
$id integer
Результат mixed

actionIndex() публичный метод

Lists all EavAttributeType models.
public actionIndex ( ) : mixed
Результат mixed

actionUpdate() публичный метод

If update is successful, the browser will be redirected to the 'view' page.
public actionUpdate ( integer $id ) : mixed
$id integer
Результат mixed

actionView() публичный метод

Displays a single EavAttributeType model.
public actionView ( integer $id ) : mixed
$id integer
Результат mixed

behaviors() публичный метод

public behaviors ( )

findModel() защищенный метод

If the model is not found, a 404 HTTP exception will be thrown.
protected findModel ( integer $id ) : EavAttributeType
$id integer
Результат mirocow\eav\models\EavAttributeType the loaded model