SYMBOL INDEX (66 symbols across 8 files) FILE: src/Active.php class Active (line 10) | class Active method __construct (line 41) | public function __construct(Request $request, Router $router, Reposito... method isActive (line 54) | public function isActive($routes) method active (line 79) | public function active($routes, $class = null, $fallbackClass = null) method isPath (line 98) | public function isPath($routes) method isFullPath (line 111) | public function isFullPath($routes) method path (line 125) | public function path($routes, $class = null) method isRoute (line 140) | public function isRoute($routes) method route (line 154) | public function route($routes, $class = null) method getActiveClass (line 170) | protected function getActiveClass($class = null) method parseIgnoredRoutes (line 181) | private function parseIgnoredRoutes($routes) FILE: src/ActiveServiceProvider.php class ActiveServiceProvider (line 7) | class ActiveServiceProvider extends ServiceProvider method register (line 21) | public function register() method boot (line 35) | public function boot() method provides (line 47) | public function provides() FILE: src/Facades/Active.php class Active (line 7) | class Active extends Facade method getFacadeAccessor (line 16) | protected static function getFacadeAccessor() FILE: src/Route.php class Route (line 8) | class Route method __construct (line 23) | public function __construct(Router $router) method controller (line 36) | public function controller($separator = null, $includeNamespace = true... method action (line 71) | public function action($removeHttpMethod = true) FILE: src/helpers.php function controller_name (line 15) | function controller_name($separator = null, $includeNamespace = true, $t... function action_name (line 28) | function action_name($removeHttpMethod = true) function active (line 43) | function active($routes = null, $class = null, $fallbackClass = null) function is_active (line 62) | function is_active($routes) FILE: tests/ActiveTest.php class ActiveTest (line 9) | class ActiveTest extends TestCase method setUp (line 19) | protected function setUp(): void method tearDown (line 30) | protected function tearDown(): void method is_active_returns_true_when_on_path (line 38) | public function is_active_returns_true_when_on_path() method is_active_returns_true_when_on_full_path (line 48) | public function is_active_returns_true_when_on_full_path() method is_active_returns_true_when_on_route (line 59) | public function is_active_returns_true_when_on_route() method is_active_returns_false_when_on_ignored_path (line 71) | public function is_active_returns_false_when_on_ignored_path() method is_active_returns_false_when_on_ignored_route (line 82) | public function is_active_returns_false_when_on_ignored_route() method is_active_returns_false_when_not_on_path_or_route (line 98) | public function is_active_returns_false_when_not_on_path_or_route() method active_returns_active_when_on_path (line 111) | public function active_returns_active_when_on_path() method active_returns_provided_class_when_on_path (line 124) | public function active_returns_provided_class_when_on_path() method active_returns_provided_string_when_on_path (line 135) | public function active_returns_provided_string_when_on_path() method active_returns_null_when_not_on_path (line 146) | public function active_returns_null_when_not_on_path() method active_returns_fallback_when_not_on_path (line 158) | public function active_returns_fallback_when_not_on_path() method path_returns_active_when_on_path (line 171) | public function path_returns_active_when_on_path() method path_returns_provided_string_when_on_path (line 183) | public function path_returns_provided_string_when_on_path() method path_returns_null_when_not_current_path (line 193) | public function path_returns_null_when_not_current_path() method route_returns_active_when_on_route (line 203) | public function route_returns_active_when_on_route() method route_returns_provided_string_when_on_route (line 215) | public function route_returns_provided_string_when_on_route() method route_returns_null_when_not_current_route (line 225) | public function route_returns_null_when_not_current_route() FILE: tests/RouteTest.php class RouteTest (line 7) | class RouteTest extends TestCase method setUp (line 13) | protected function setUp(): void method tearDown (line 22) | protected function tearDown(): void method controller_gets_controller_name (line 30) | public function controller_gets_controller_name() method controller_gets_namespaced_controller_name (line 40) | public function controller_gets_namespaced_controller_name() method controller_gets_namespaced_controller_with_separator (line 50) | public function controller_gets_namespaced_controller_with_separator() method controller_gets_controller_without_namespace (line 60) | public function controller_gets_controller_without_namespace() method controller_gets_controller_with_alternate_namespace (line 70) | public function controller_gets_controller_with_alternate_namespace() method controller_returns_null_when_not_on_controller (line 80) | public function controller_returns_null_when_not_on_controller() method action_gets_action_name (line 91) | public function action_gets_action_name() method action_gets_kebab_case (line 101) | public function action_gets_kebab_case() method action_removes_http_method (line 111) | public function action_removes_http_method() method action_does_not_remove_http_method (line 121) | public function action_does_not_remove_http_method() method action_returns_null_when_not_on_controller (line 131) | public function action_returns_null_when_not_on_controller() FILE: tests/helpersTest.php class HelpersTest (line 8) | class HelpersTest extends TestCase method tearDown (line 10) | protected function tearDown(): void method controller_name_calls_controller_method (line 18) | public function controller_name_calls_controller_method() method action_name_calls_action_method (line 32) | public function action_name_calls_action_method() method action_without_parameters_returns_instance (line 46) | public function action_without_parameters_returns_instance() method active_calls_active_method (line 58) | public function active_calls_active_method() method is_active_calls_is_active_method (line 72) | public function is_active_calls_is_active_method()