UriFactory
in package
implements
UriFactoryInterface
Net\UriFactory class.
Table of Contents
Interfaces
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
Return values
UriInterfacecreateUriFromInterface()
Create a new URI from existing.
public
createUriFromInterface(UriInterface $uri) : UriInterface
Parameters
- $uri : UriInterface
-
A URI instance to create from.