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