File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
_default
— Default response from any controller, this function can be replaced in a controller to do what is required.
The default response is a 404 page.
void — No return information has been documented for this function.
<?php
//Call the function _default with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _default();