PHP 클래스 Owl\Http\Controllers\HomeController

상속: extends Controller
파일 보기 프로젝트 열기: owl/owl

공개 메소드들

메소드 설명
__construct ( ) : void Create a new controller instance.
index ( ) : Response Show the application dashboard to the user.

메소드 상세

__construct() 공개 메소드

Create a new controller instance.
public __construct ( ) : void
리턴 void

index() 공개 메소드

Show the application dashboard to the user.
public index ( ) : Response
리턴 Response