SYMBOL INDEX (75 symbols across 18 files) FILE: App.php class App (line 15) | class App extends Framework\MVC\App FILE: app/Commands/Index.php class Index (line 17) | class Index extends \Framework\CLI\Commands\Index method showHeader (line 19) | protected function showHeader() : void FILE: app/Controllers/Home.php class Home (line 18) | final class Home extends Controller method index (line 23) | #[Route('GET', '/', name: 'home.index')] FILE: boot/helpers.php function helpers (line 27) | function helpers(array | string $helper) : array function esc (line 51) | #[Pure] function view (line 69) | function view(string $path, array $variables = [], string $instance = 'd... function current_url (line 79) | function current_url() : string function current_route (line 89) | function current_route() : Route function route_url (line 103) | function route_url(string $name, array $pathArgs = [], array $originArgs... function lang (line 128) | function lang(string $line, array $args = [], ?string $locale = null) : ... function session (line 138) | function session() : Session function old (line 156) | function old(?string $key, bool $escape = true) : mixed function has_old (line 178) | function has_old(?string $key = null) : bool function csrf_input (line 192) | function csrf_input(string $instance = 'default') : string function respond_not_found (line 205) | function respond_not_found(array $variables = []) : Response function redirect (line 246) | function redirect(string $location, array $data = [], ?int $code = null)... function redirect_to (line 273) | function redirect_to( function config (line 292) | function config(string $name, string $key = 'default') : mixed function model (line 318) | function model(string $class) : Model function env (line 331) | function env(string $key, mixed $default = null) : mixed FILE: tests/AppTest.php class AppTest (line 14) | #[RunTestsInSeparateProcesses] method setUp (line 17) | protected function setUp() : void method testInstance (line 22) | public function testInstance() : void FILE: tests/TestCase.php class TestCase (line 10) | abstract class TestCase extends \Framework\Testing\TestCase FILE: tests/app/Commands/IndexTest.php class IndexTest (line 13) | #[RunTestsInSeparateProcesses] method testRun (line 16) | public function testRun() : void FILE: tests/app/Controllers/HomeTest.php class HomeTest (line 14) | #[RunTestsInSeparateProcesses] method testIndex (line 17) | public function testIndex() : void FILE: tests/app/Languages/LanguagesTest.php class LanguagesTest (line 13) | final class LanguagesTest extends TestCase method testKeys (line 17) | public function testKeys() : void method getCodes (line 43) | protected function getCodes() : array method getFiles (line 61) | protected function getFiles(string $locale) : array FILE: tests/bin/ConsoleTest.php class ConsoleTest (line 14) | #[RunTestsInSeparateProcesses] method testConsole (line 17) | public function testConsole() : void FILE: tests/boot/AppTest.php class AppTest (line 14) | #[RunTestsInSeparateProcesses] method testApp (line 17) | public function testApp() : void FILE: tests/boot/ConstantsTest.php class ConstantsTest (line 13) | #[RunTestsInSeparateProcesses] method testConstants (line 16) | public function testConstants() : void FILE: tests/boot/HelpersTest.php class HelpersTest (line 18) | #[RunTestsInSeparateProcesses] method testHelpers (line 21) | public function testHelpers() : void method testEsc (line 34) | public function testEsc() : void method testView (line 41) | public function testView() : void method testCurrentUrl (line 49) | public function testCurrentUrl() : void method testCurrentRoute (line 55) | public function testCurrentRoute() : void method testRouteUrl (line 61) | public function testRouteUrl() : void method testSession (line 89) | public function testSession() : void method testOld (line 94) | public function testOld() : void method setOldData (line 110) | protected function setOldData() : void method testHasOld (line 122) | public function testHasOld() : void method testHasOldWithoutRedirectData (line 134) | public function testHasOldWithoutRedirectData() : void method testRedirect (line 142) | public function testRedirect() : void method testRedirectTo (line 152) | public function testRedirectTo() : void method testCsrfInput (line 193) | public function testCsrfInput() : void method testRespondNotFound (line 198) | public function testRespondNotFound() : void method testRespondNotFoundWithContentTypeJson (line 207) | public function testRespondNotFoundWithContentTypeJson() : void method testRespondNotFoundWithAcceptJson (line 220) | public function testRespondNotFoundWithAcceptJson() : void method testRespondNotFoundWithAcceptHtml (line 233) | public function testRespondNotFoundWithAcceptHtml() : void method testConfig (line 243) | public function testConfig() : void method testModel (line 255) | public function testModel() : void method testEnv (line 261) | public function testEnv() : void FILE: tests/boot/InitTest.php class InitTest (line 13) | #[RunTestsInSeparateProcesses] method setUp (line 16) | protected function setUp() : void method testErrorReporting (line 23) | public function testErrorReporting() : void method testDisplayErrors (line 35) | public function testDisplayErrors() : void method testDefaultTimezone (line 44) | public function testDefaultTimezone() : void FILE: tests/boot/RoutesTest.php class RoutesTest (line 14) | #[RunTestsInSeparateProcesses] method testNotFound (line 17) | public function testNotFound() : void FILE: tests/config/ConfigsTest.php class ConfigsTest (line 12) | final class ConfigsTest extends TestCase method testConfigs (line 14) | public function testConfigs() : void FILE: tests/public/IndexTest.php class IndexTest (line 14) | #[RunTestsInSeparateProcesses] method testIndex (line 17) | public function testIndex() : void FILE: tests/support/Models/UsersModel.php class UsersModel (line 12) | class UsersModel extends Model method foo (line 14) | public function foo() : string