App::getUri

Usage

UriInterface App::getUri()

Description


Return Value

The PSR7 UriInterface object of the request.

Examples

Get URI


$uri = $app->getUri();

See Also