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.
<?php
//Call the function load with the example vars
Twist::Base() -> load();
Method | Access | Returns |
---|---|---|
__construct | construct | void |
packageRequired | protected | void |
load | public | void |