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

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

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

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

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

Метод Описание
findModel ( integer $id ) : EavAttribute Finds the EavAttribute 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 EavAttribute 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 EavAttribute 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 ) : EavAttribute
$id integer
Результат mirocow\eav\models\EavAttribute the loaded model