TwistPHP Documentation

_fallback

File path: dist/twist/Core/Controllers/Base.controller.php
Namespace: Twist\Core\Controllers
Extends:

_fallbackThis is the function that will be called in the even that Routes was unable to find a exact controller response.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function _fallback with the example vars
$resBase = new \Twist\Core\Controllers\Base();
$resBase -> _fallback();