class UserInfoUrlResolver implements UrlResolverInterface (View source)

Properties

protected PathUrlResolver $pathUrlResolver
protected Application $app

Methods

__construct(Application $app, PathUrlResolver $path_url_resolver)

No description

URLInterface|null
resolve(array $arguments, URLInterface|null $resolved = null)

Resolve url's from any type of input.

Details

__construct(Application $app, PathUrlResolver $path_url_resolver)

No description

Parameters

Application $app
PathUrlResolver $path_url_resolver

URLInterface|null resolve(array $arguments, URLInterface|null $resolved = null)

Resolve url's from any type of input.

This method MUST either return a \League\URL\URLInterface when a url is resolved or null when a url cannot be resolved.

Parameters

array $arguments

A list of the arguments

URLInterface|null $resolved

Return Value

URLInterface|null

See also

UrlResolverInterface::resolve