TwistPHP Documentation

Manager

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

Type: Class

Manager — Manager 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.

Example Usage

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

Method List

Method Access Returns
loadpublicvoid