PHP 클래스 BlogBackendController

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

공개 메소드들

메소드 설명
accessRules ( ) : array
actionCreate ( ) : nothing Создает новую модель блога.
actionDelete ( $id )
actionIndex ( ) : nothing Управление блогами.
actionUpdate ( $id )
actionView ( integer $id ) : nothing Отображает блог по указанному идентификатору
actions ( ) : array

메소드 상세

accessRules() 공개 메소드

public accessRules ( ) : array
리턴 array

actionCreate() 공개 메소드

Если создание прошло успешно - перенаправляет на просмотр.
public actionCreate ( ) : nothing
리턴 nothing

actionDelete() 공개 메소드

public actionDelete ( $id )
$id

actionIndex() 공개 메소드

Управление блогами.
public actionIndex ( ) : nothing
리턴 nothing

actionUpdate() 공개 메소드

public actionUpdate ( $id )
$id

actionView() 공개 메소드

Отображает блог по указанному идентификатору
public actionView ( integer $id ) : nothing
$id integer Идинтификатор блог для отображения
리턴 nothing

actions() 공개 메소드

public actions ( ) : array
리턴 array