TwistPHP Documentation

Base

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

Type: Class

Base — The base route that all route files must extend in order for Twist to be able to process them correctly. This base class added some core features required to initialise a route file.

Example Usage

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

Method List

Method Access Returns
__constructconstructvoid
packageRequiredprotectedvoid
loadpublicvoid