RoutingCollector
extends Collector
in package
Class RoutingCollector.
Table of Contents
- $activities : array<string|int, mixed>
- $data : array<string|int, mixed>
- $name : string
- $router : Router
- __construct() : mixed
- addData() : static
- getActivities() : array<int, array<string, mixed>>
- getContents() : string
- getData() : array<string|int, mixed>
- getName() : string
- getSafeName() : string
- hasData() : bool
- setRouter() : static
- getRoutes() : array<string|int, array<string, mixed>>
- renderMatchedRoute() : string
- renderRouteCollections() : string
- renderRouteCollectionsTable() : string
- renderRouteCollectionTime() : string
- toCodeBrackets() : string
Properties
$activities
protected
array<string|int, mixed>
$activities
= []
$data
protected
array<string|int, mixed>
$data
= []
$name
protected
string
$name
$router
protected
Router
$router
Methods
__construct()
public
__construct([string $name = 'default' ]) : mixed
Parameters
- $name : string = 'default'
Return values
mixed —addData()
public
addData(array<string|int, mixed> $data) : static
Parameters
- $data : array<string|int, mixed>
Return values
static —getActivities()
public
getActivities() : array<int, array<string, mixed>>
Return values
array<int, array<string, mixed>> —getContents()
public
getContents() : string
Return values
string —getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed> —getName()
public
getName() : string
Return values
string —getSafeName()
public
getSafeName() : string
Return values
string —hasData()
public
hasData() : bool
Return values
bool —setRouter()
public
setRouter(Router $router) : static
Parameters
- $router : Router
Return values
static —getRoutes()
protected
getRoutes(RouteCollection $collection) : array<string|int, array<string, mixed>>
Parameters
- $collection : RouteCollection
Return values
array<string|int, array<string, mixed>> —renderMatchedRoute()
protected
renderMatchedRoute() : string
Return values
string —renderRouteCollections()
protected
renderRouteCollections() : string
Return values
string —renderRouteCollectionsTable()
protected
renderRouteCollectionsTable(RouteCollection $collection) : string
Parameters
- $collection : RouteCollection
Return values
string —renderRouteCollectionTime()
protected
renderRouteCollectionTime(RouteCollection $collection) : string
Parameters
- $collection : RouteCollection
Return values
string —toCodeBrackets()
protected
toCodeBrackets(string $str) : string
Parameters
- $str : string