ResolutionCollector
extends DataCollector
in package
implements
Renderable
Provenance for every convention lookup the Registry performed this request: which root (userspace, a module, or the framework) won each controller, model, and route file. Makes shadowing visible per page.
Interfaces, Classes and Traits
- Renderable
Table of Contents
- $resolutions : array<string|int, mixed>
- addResolution() : void
- collect() : array<string|int, mixed>
- getName() : string
- getWidgets() : array<string|int, mixed>
Properties
$resolutions
private
array<string|int, mixed>
$resolutions
= []
Methods
addResolution()
public
addResolution(string $kind, string $name, string $origin, string $path) : void
Parameters
- $kind : string
- $name : string
- $origin : string
- $path : string
Return values
void —collect()
public
collect() : array<string|int, mixed>
Return values
array<string|int, mixed> —getName()
public
getName() : string
Return values
string —getWidgets()
public
getWidgets() : array<string|int, mixed>