PHP 클래스 NewsBackendController

저자: yupe team ([email protected])
상속: extends yupe\components\controllers\BackController
파일 보기 프로젝트 열기: yupe/yupe

공개 메소드들

메소드 설명
accessRules ( ) : array
actionCreate ( ) : void Creates a new model.
actionDelete ( null $id = null )
actionIndex ( ) : void Manages all models.
actionUpdate ( $id )
actionView ( integer $id ) : void Displays a particular model.
actions ( ) : array
loadModel ( $id ) : static

메소드 상세

accessRules() 공개 메소드

public accessRules ( ) : array
리턴 array

actionCreate() 공개 메소드

If creation is successful, the browser will be redirected to the 'view' page.
public actionCreate ( ) : void
리턴 void

actionDelete() 공개 메소드

public actionDelete ( null $id = null )
$id null

actionIndex() 공개 메소드

Manages all models.
public actionIndex ( ) : void
리턴 void

actionUpdate() 공개 메소드

public actionUpdate ( $id )
$id

actionView() 공개 메소드

Displays a particular model.
public actionView ( integer $id ) : void
$id integer the ID of the model to be displayed
리턴 void

actions() 공개 메소드

public actions ( ) : array
리턴 array

loadModel() 공개 메소드

public loadModel ( $id ) : static
$id
리턴 static