AutoRouteCollector
in package
FinalYes
Collects data for auto route listing.
Tags
Table of Contents
Properties
- $defaultController : string
- $defaultMethod : string
- $namespace : string
Methods
- __construct() : mixed
- get() : array<int, array<int, string>>
Properties
$defaultController read-only
private
string
$defaultController
$defaultMethod read-only
private
string
$defaultMethod
$namespace read-only
private
string
$namespace
Methods
__construct()
public
__construct(string $namespace, string $defaultController, string $defaultMethod) : mixed
Parameters
- $namespace : string
-
namespace to search
- $defaultController : string
- $defaultMethod : string
get()
public
get() : array<int, array<int, string>>