PHP Class mirocow\eav\admin\controllers\TypeController

Inheritance: extends yii\web\Controller
Afficher le fichier Open project: mirocow/yii2-eav

Méthodes publiques

Méthode Description
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 ( )

Méthodes protégées

Méthode Description
findModel ( integer $id ) : EavAttributeType Finds the EavAttributeType model based on its primary key value.

Method Details

actionCreate() public méthode

If creation is successful, the browser will be redirected to the 'view' page.
public actionCreate ( ) : mixed
Résultat mixed

actionDelete() public méthode

If deletion is successful, the browser will be redirected to the 'index' page.
public actionDelete ( integer $id ) : mixed
$id integer
Résultat mixed

actionIndex() public méthode

Lists all EavAttributeType models.
public actionIndex ( ) : mixed
Résultat mixed

actionUpdate() public méthode

If update is successful, the browser will be redirected to the 'view' page.
public actionUpdate ( integer $id ) : mixed
$id integer
Résultat mixed

actionView() public méthode

Displays a single EavAttributeType model.
public actionView ( integer $id ) : mixed
$id integer
Résultat mixed

behaviors() public méthode

public behaviors ( )

findModel() protected méthode

If the model is not found, a 404 HTTP exception will be thrown.
protected findModel ( integer $id ) : EavAttributeType
$id integer
Résultat mirocow\eav\models\EavAttributeType the loaded model