frontend\modules\user\controllers\DefaultController::actionFavorite PHP Method

actionFavorite() public method

ζœ€ζ–°ζ”Άθ—
public actionFavorite ( string $username = '' ) : string
$username string
return string
    public function actionFavorite($username = '')
    {
        $user = $this->user($username);
        return $this->render('show', ['user' => $user, 'dataProvider' => $this->userMeta($user->id, 'favorite')]);
    }