class Controller (View source)

Methods

__construct(string $prefix = '', array $middleware = [], string|null $name = null)

No description

string
getPrefix()

Get the prefix

array
getMiddleware()

Get the middleware

string|null
getName()

Get the route name

Details

__construct(string $prefix = '', array $middleware = [], string|null $name = null)

No description

Parameters

string $prefix
array $middleware
string|null $name

string getPrefix()

Get the prefix

Return Value

string

array getMiddleware()

Get the middleware

Return Value

array

string|null getName()

Get the route name

Return Value

string|null