class AttributeRouteRegistrar (View source)

Methods

__construct(Router $router)

No description

void
register(string|array $controllers)

Register routes from one or many controller classes.

Details

__construct(Router $router)

No description

Parameters

Router $router

void register(string|array $controllers)

Register routes from one or many controller classes.

Parameters

string|array $controllers

Return Value

void