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

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

공개 메소드들

메소드 설명
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