File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_index
— The main response of the controller, treat this function as though it where an index.php file.
As default the responses returned is that of _default.
void — No return information has been documented for this function.
<?php
//Call the function _index with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _index();