PHP 클래스 mirocow\eav\admin\controllers\ValueController

상속: extends yii\web\Controller
파일 보기 프로젝트 열기: mirocow/yii2-eav

공개 메소드들

메소드 설명
actionCreate ( ) : mixed Creates a new EavAttributeValue model.
actionDelete ( integer $id ) : mixed Deletes an existing EavAttributeValue model.
actionIndex ( ) : mixed Lists all EavAttributeValue models.
actionUpdate ( integer $id ) : mixed Updates an existing EavAttributeValue model.
actionView ( integer $id ) : mixed Displays a single EavAttributeValue model.
behaviors ( )

보호된 메소드들

메소드 설명
findModel ( integer $id ) : EavAttributeValue Finds the EavAttributeValue 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 EavAttributeValue 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 EavAttributeValue 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 ) : EavAttributeValue
$id integer
리턴 mirocow\eav\models\EavAttributeValue the loaded model