HomeController
extends Controller
in package
Table of Contents
- __construct() : void
- Create a new controller instance.
- index() : Renderable
- Show the application dashboard.
Methods
__construct()
Create a new controller instance.
public
__construct() : void
Return values
void —index()
Show the application dashboard.
public
index() : Renderable