Documentation

UriFactory
in package
implements UriFactoryInterface

Net\UriFactory class.

Table of Contents

Interfaces

UriFactoryInterface

Methods

createUri()  : UriInterface
Create a new URI.
createUriFromInterface()  : UriInterface
Create a new URI from existing.

Methods

createUri()

Create a new URI.

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

The URI to parse.

Tags
throws
InvalidArgumentException

If the given URI cannot be parsed

Return values
UriInterface

        
On this page

Search results