UriFactory Class

Aurora\Http\Factory Namespace

Interfaces

  • I UriFactoryInterface

Methods

createUri

Create a new URI

Parameters

  • string $uri

Return Value

  • \UriInterface

Signature

public function createUri(string $uri = ''): Psr\Http\Message\UriInterface

Go to top