PHP Class BlogBackendController

Since: 0.1
Author: yupe team ([email protected])
Inheritance: extends yupe\components\controllers\BackController
显示文件 Open project: yupe/yupe

Public Methods

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

Method Details

accessRules() public method

public accessRules ( ) : array
return array

actionCreate() public method

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

actionDelete() public method

public actionDelete ( $id )
$id

actionIndex() public method

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

actionUpdate() public method

public actionUpdate ( $id )
$id

actionView() public method

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

actions() public method

public actions ( ) : array
return array