Esempio n. 1
0
<?php

\Grithin\Debug::out(['Tokens:', $route->tokens]);
\Grithin\Debug::quit('Loaded Control: ' . __FILE__);
Esempio n. 2
0
 function instancely($route)
 {
     \Grithin\Debug::out([$route->regexMatch, $route->tokens]);
     \Grithin\Debug::quit('Route Rule Function Called');
 }