TwistPHP Documentation

load

File path: dist/twist/Core/Routes/Base.route.php
Namespace: Twist\Core\Routes
Extends: Route

loadFall back function to determine if the extending class has got a load function. This function must be over-ridden for the route file to work correctly.

Return Values

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

Example

<?php
//Call the function load with the example vars
Twist::Base() -> load();