Home class final
App\Controllers\Home
Class Home.
Extends Framework\MVC\Controller
Defined in D:/WEBISTERS/projects/app/app/Controllers/Home.php
Methods #
- index()
- Renders the application homepage.
index()
public function index(): string
Renders the application homepage.
Returns
string
Inherited methods #
-
__construct()fromFramework\MVC\Controller -
prepareModels()fromFramework\MVC\Controller -
render()fromFramework\MVC\Controller -
validate()fromFramework\MVC\Controller -
__call()fromFramework\Routing\RouteActions -
beforeAction()fromFramework\Routing\RouteActions -
afterAction()fromFramework\Routing\RouteActions