PHP Class Socieboy\Forum\Controllers\ProfileController

Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: socieboy/forum

Méthodes publiques

Méthode Description
__construct ( ) Initialize profile controller.
show ( integer $id ) : Illuminate\View\View Display forum profile user.

Method Details

__construct() public méthode

Initialize profile controller.
public __construct ( )

show() public méthode

Display forum profile user.
public show ( integer $id ) : Illuminate\View\View
$id integer
Résultat Illuminate\View\View