CallableUrlResolver
class CallableUrlResolver implements UrlResolverInterface (View source)
Properties
protected | $resolver |
Methods
__construct(callable $resolver)
No description
setResolver(callable $resolver)
No description
URLInterface|null
resolve(array $arguments, URLInterface|null $resolved = null)
Resolve url's from any type of input.
Details
__construct(callable $resolver)
No description
setResolver(callable $resolver)
No description
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.