class chained_resources_locator implements resources_locator_interface
Methods
__construct(resources_locator_interface[] $locators)
Construct method |
||
mixed[] |
locate_resources()
Locates a list of resources used to load the routes |
Details
at line 28
public
__construct(resources_locator_interface[] $locators)
Construct method
at line 36
public mixed[]
locate_resources()
Locates a list of resources used to load the routes
Each entry of the list can be either the resource or an array composed of 2 elements: the resource and its type.