PHP Class Socieboy\Forum\Controllers\ProfileController

Inheritance: extends Illuminate\Routing\Controller
Show file Open project: socieboy/forum

Public Methods

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

Method Details

__construct() public method

Initialize profile controller.
public __construct ( )

show() public method

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