PHP 클래스 Socieboy\Forum\Controllers\ProfileController

상속: extends Illuminate\Routing\Controller
파일 보기 프로젝트 열기: socieboy/forum

공개 메소드들

메소드 설명
__construct ( ) Initialize profile controller.
show ( integer $id ) : Illuminate\View\View Display forum profile user.

메소드 상세

__construct() 공개 메소드

Initialize profile controller.
public __construct ( )

show() 공개 메소드

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