TwistPHP Documentation

load

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

loadManager route file that registers all the routes and restrictions required to allow the Manager to be run.
The manager route can be easily added to your site by calling the Twist::Route()->manager() alias function.

Return Values

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

Example

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