PHP Class BlogBackendController

Since: 0.1
Author: yupe team ([email protected])
Inheritance: extends yupe\components\controllers\BackController
Afficher le fichier Open project: yupe/yupe

Méthodes publiques

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

Method Details

accessRules() public méthode

public accessRules ( ) : array
Résultat array

actionCreate() public méthode

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

actionDelete() public méthode

public actionDelete ( $id )
$id

actionIndex() public méthode

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

actionUpdate() public méthode

public actionUpdate ( $id )
$id

actionView() public méthode

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

actions() public méthode

public actions ( ) : array
Résultat array