Documentation

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

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>

getWidgets()

public getWidgets() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results