PHP Класс frontend\modules\user\controllers\DefaultController

Наследование: extends common\components\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
actionFavorite ( string $username = '' ) : string 最新收藏
actionIndex ( )
actionLike ( $username ) : string
actionPoint ( $username = '' )
actionPost ( string $username = '' ) : string 最近主题
actionShow ( string $username = '' ) : Response Shows user's profile.

Защищенные методы

Метод Описание
comment ( $userId )
user ( $username = '' )
userMeta ( $userId, $type, string $targetType = 'topic' ) : ActiveDataProvider

Описание методов

actionFavorite() публичный Метод

最新收藏
public actionFavorite ( string $username = '' ) : string
$username string
Результат string

actionIndex() публичный Метод

public actionIndex ( )

actionLike() публичный Метод

public actionLike ( $username ) : string
$username
Результат string

actionPoint() публичный Метод

public actionPoint ( $username = '' )

actionPost() публичный Метод

最近主题
public actionPost ( string $username = '' ) : string
$username string
Результат string

actionShow() публичный Метод

Shows user's profile.
public actionShow ( string $username = '' ) : Response
$username string
Результат yii\web\Response

comment() защищенный Метод

protected comment ( $userId )

user() защищенный Метод

protected user ( $username = '' )

userMeta() защищенный Метод

protected userMeta ( $userId, $type, string $targetType = 'topic' ) : ActiveDataProvider
$userId
$type
$targetType string
Результат yii\data\ActiveDataProvider