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

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

공개 메소드들

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