Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Owl
Http
Controllers
HomeController
PHP Class Owl\Http\Controllers\HomeController
Inheritance:
extends
Controller
Exibir arquivo
Open project: owl/owl
Public Methods
Method
Description
__construct
( ) :
void
Create a new controller instance.
index
( ) :
Response
Show the application dashboard to the user.
Method Details
__construct()
public
method
Create a new controller instance.
public
__construct
( ) :
void
return
void
index()
public
method
Show the application dashboard to the user.
public
index
( ) :
Response
return
Response