UriFactory implements UriFactoryInterface

Internal

Note that this is not public API, use PSR-17 interfaces instead.

Table of Contents

Interfaces

UriFactoryInterface

Methods

createUri()  : UriInterface
Create a new URI.

Methods

createUri()

Create a new URI.

public createUri([string $uri = '' ]) : UriInterface
Parameters
$uri : string = ''
Tags
throws
InvalidArgumentException

If the given URI cannot be parsed.

Return values
UriInterface

        
On this page

Search results