CodeIgniter v4.5 API

DefinedRouteCollector
in package

FinalYes

Collect all defined routes for display.

Tags
see
DefinedRouteCollectorTest

Table of Contents

Properties

$routeCollection  : RouteCollection

Methods

__construct()  : mixed
collect()  : Generator<string|int, array{method: string, route: string, name: string, handler: string}>

Properties

Methods

collect()

public collect() : Generator<string|int, array{method: string, route: string, name: string, handler: string}>
Return values
Generator<string|int, array{method: string, route: string, name: string, handler: string}>

        
On this page

Search results