UriFactory implements UriFactoryInterface
Note that this is not public API, use PSR-17 interfaces instead.
Attributes
- #[AsAlias]
- \Psr\Http\Message\UriFactoryInterface::class
- $public: true
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 = ''