class BaseUriHelper implements ProtectedContextAwareInterface (View source)

internal  
 

This is a purely internal helper to provide baseUris for Caching.

It will be moved to a more sensible package in the future so do not rely on the classname for now.

Properties

protected BaseUriProvider $baseUriProvider

Methods

UriInterface
getConfiguredBaseUriOrFallbackToCurrentRequest(ServerRequestInterface $fallbackRequest = null)

No description

bool
allowsCallOfMethod(string $methodName)

No description

Details

UriInterface getConfiguredBaseUriOrFallbackToCurrentRequest(ServerRequestInterface $fallbackRequest = null)

No description

Parameters

ServerRequestInterface $fallbackRequest

Return Value

UriInterface

Exceptions

Exception

bool allowsCallOfMethod(string $methodName)

No description

Parameters

string $methodName

Return Value

bool