class WampRequest

Class WampRequest

Properties

protected ParameterBag $attributes
protected RouteInterface $route
protected string $routeName
protected string $matched

Methods

__construct(string $routeName, RouteInterface $route, ParameterBag $attributes, string $matched)

No description

ParameterBag
getAttributes()

No description

RouteInterface
getRoute()

No description

string
getRouteName()

No description

string
getMatched()

No description

Details

at line 36
__construct(string $routeName, RouteInterface $route, ParameterBag $attributes, string $matched)

Parameters

string $routeName
RouteInterface $route
ParameterBag $attributes
string $matched

at line 46
ParameterBag getAttributes()

Return Value

ParameterBag

at line 53
RouteInterface getRoute()

Return Value

RouteInterface

at line 60
string getRouteName()

Return Value

string

at line 67
string getMatched()

Return Value

string