TwistPHP Documentation

getAll

File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

getAllGet all the registered routes and return as an array

Return Values

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

Example

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